Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / sbr / fmt_compile.c
index 798f1f6..d699916 100644 (file)
@@ -183,7 +183,7 @@ static struct ftable functable[] = {
 #define PUTC(c)                        NEW(FT_CHAR,0,0); fp->f_char = (c);
 
 static char *format_string;
 #define PUTC(c)                        NEW(FT_CHAR,0,0); fp->f_char = (c);
 
 static char *format_string;
-static char *usr_fstring;      /* for CERROR */
+static unsigned char *usr_fstring;     /* for CERROR */
 
 #define CERROR(str) compile_error (str, cp)
 
 
 #define CERROR(str) compile_error (str, cp)