It turns out that as part of POSIXification we got rid of checks for
[mmh] / uip / scansbr.c
index 1f2785a..7eef85f 100644 (file)
@@ -58,11 +58,7 @@ char *scanl = 0;                     /* text of most recent scanline    */
  */
 static int mh_fputs(char *, FILE *);
 
-#ifdef MULTIBYTE_SUPPORT
 #define SCAN_CHARWIDTH MB_CUR_MAX
-#else
-#define SCAN_CHARWIDTH 1
-#endif
 
 int
 scan (FILE *inb, int innum, int outnum, char *nfs, int width, int curflg,