X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cafee7a804b8aa53166065e988ec0fc387862fc8..5dcf161b0c2cc885e4dfa23fe4b4e1ab47e139c6:/sbr/fmt_compile.c diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index a478acb7..798f1f68 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 } };