X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=d699916a7f9743b1dcc8cc97d7bdfeee971e2267;hb=7edb0cbc236244d996d1e2ae1d58d0e9f7d98062;hp=a478acb788c585e25aa9b1b4ceb639849236c6e3;hpb=cafee7a804b8aa53166065e988ec0fc387862fc8;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index a478acb..d699916 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -149,6 +149,8 @@ static struct ftable functable[] = { { "mymbox", TF_COMP, FT_LV_COMPFLAG, FT_MYMBOX, TFL_PUTN }, { "addtoseq", TF_STR, FT_ADDTOSEQ, 0, 0 }, + { "unquote", TF_EXPR, FT_LS_UNQUOTE, 0, TFL_PUTS}, + { NULL, 0, 0, 0, 0 } }; @@ -181,7 +183,7 @@ static struct ftable functable[] = { #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)