X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4f9a626afed661270364f0f7982fc3767f688e05..f74055c90a34cd03c8d6c444aa2d96ddf8d3c746:/sbr/fmt_compile.c diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 0b739cf9..ee495f14 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)