]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / sbr / fmt_compile.c
index 798f1f6888d57a1bb1ee0b671c2444371f6217f0..d699916a7f9743b1dcc8cc97d7bdfeee971e2267 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)