]> diplodocus.org Git - nmh/blobdiff - sbr/m_getfld.c
Fix a segfault that happens when using the -file option.
[nmh] / sbr / m_getfld.c
index f31b9c43dbc8bfdc9813958397a42cce72790712..585df6430fdd92a77c51f2749baa3656bdc3427d 100644 (file)
@@ -190,14 +190,6 @@ static int (*eom_action)(int) = NULL;
 # define DEFINED__FILBUF_TO_SOMETHING_SPECIFIC
 #endif
 
-#ifdef SCO_5_STDIO
-# define _ptr  __ptr
-# define _cnt  __cnt
-# define _base __base
-# define _filbuf(fp)  ((fp)->__cnt = 0, __filbuf(fp))
-# define DEFINED__FILBUF_TO_SOMETHING_SPECIFIC
-#endif
-
 #ifndef DEFINED__FILBUF_TO_SOMETHING_SPECIFIC
 extern int  _filbuf(FILE*);
 #endif