]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_compile.c
Added check to notpost for presence of Resent-From:.
[mmh] / sbr / fmt_compile.c
index 0b739cf98a62e319492a9f96bdd721e754387b47..ee495f1463e87db72b981d17fa9defe554bfcd51 100644 (file)
@@ -246,7 +246,7 @@ static struct ftable functable[] = {
 #define PUTLIT(str)            do { NEW(FT_LIT,0,0); fp->f_text = (str); } while (0)
 #define PUTC(c)                        do { NEW(FT_CHAR,0,0); fp->f_char = (c); } while (0)
 
-static char *format_string;
+char *format_string;
 static unsigned char *usr_fstring;     /* for CERROR */
 
 #define CERROR(str) compile_error (str, cp)