X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=ee495f1463e87db72b981d17fa9defe554bfcd51;hb=572cac455e444c60c4f7803d3e4b69fff89b9af2;hp=0b739cf98a62e319492a9f96bdd721e754387b47;hpb=4f9a626afed661270364f0f7982fc3767f688e05;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 0b739cf..ee495f1 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -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)