X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ffmt_compile.h;h=a84efaeda512ec4b24ccc8dd571ef212959a6d82;hp=f3b2b9b944320792c1f7693395934b5d136faebc;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/h/fmt_compile.h b/h/fmt_compile.h index f3b2b9b..a84efae 100644 --- a/h/fmt_compile.h +++ b/h/fmt_compile.h @@ -1,6 +1,6 @@ /* - * fmt_compile.h -- format types - */ +** fmt_compile.h -- format types +*/ /* types that output text */ #define FT_COMP 1 /* the text of a component */ @@ -80,10 +80,6 @@ #define FT_FORMATADDR 67 /* let external routine format addr */ #define FT_MYMBOX 68 /* do "mymbox" test on comp */ -/* misc. */ -/* ADDTOSEQ only works if you include "options LBL" */ -#define FT_ADDTOSEQ 69 /* add current msg to a sequence */ - /* conditionals & control flow (must be last) */ #define FT_SAVESTR 70 /* save current str reg */ #define FT_DONE 71 /* stop formatting */