]> git.marmaro.de Git - mmh/blobdiff - uip/scansbr.c
Removed all traces of rmfproc. It had been used by bbl but was
[mmh] / uip / scansbr.c
index 0d12c3444d84c90328cb7e337e7be8caabc5196b..835a88483d79c8ed40300b1933eb21d014a273ad 100644 (file)
 # define _cnt _w                /* Wretch */
 #endif
 
-#ifdef SCO_5_STDIO
-# define _ptr  __ptr
-# define _cnt  __cnt
-# define _base __base
-# define _filbuf(fp)  ((fp)->__cnt = 0, __filbuf(fp))
-#endif
-
 #define MAXSCANL 256           /* longest possible scan line */
 
 /*
@@ -63,7 +56,6 @@ char *scanl = 0;                      /* text of most recent scanline    */
 /*
  * prototypes
  */
-int sc_width (void);                   /* from termsbr.c */
 static int mh_fputs(char *, FILE *);
 
 #ifdef MULTIBYTE_SUPPORT