X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=798f1f6888d57a1bb1ee0b671c2444371f6217f0;hp=a478acb788c585e25aa9b1b4ceb639849236c6e3;hb=e8635a8a1c577636becd53428ff290860280238f;hpb=5e0d718c31e05bfa80e610eb15620abeb5b1b3e9 diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index a478acb..798f1f6 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 } };