Fix missing va_end call in uip/mhmisc.c
[mmh] / h / fmt_compile.h
index f3b2b9b..a84efae 100644 (file)
@@ -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                 */
 #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                    */