]> diplodocus.org Git - nmh/blobdiff - h/fmt_compile.h
Add basic support for the STLS command in POP
[nmh] / h / fmt_compile.h
index f34613a94a49c845e1a0b2ee7a00a0206e38c905..532ccd170302bc8e4f49b10ecc46731529b78107 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * fmt_compile.h -- format types
+/* fmt_compile.h -- format types
  */
 
 /* types that output text */
@@ -8,7 +6,7 @@
 #define FT_COMPF         2       /* comp text, filled                       */
 #define FT_LIT           3       /* literal text                            */
 #define FT_LITF          4       /* literal text, filled                    */
-#define FT_CHAR          5       /* a single ascii character                */
+#define FT_CHAR          5       /* a single ASCII character                */
 #define FT_NUM           6       /* "value" as decimal number               */
 #define FT_NUMF          7       /* "value" as filled dec number            */
 #define FT_STR           8       /* "str" as text                           */
@@ -78,7 +76,7 @@
 
 /* Date Coercion */
 #define FT_LOCALDATE     68      /* Coerce date to local timezone */
-#define FT_GMTDATE       69      /* Coerce date to gmt            */
+#define FT_GMTDATE       69      /* Coerce date to GMT            */
 
 /* pre-format processing */
 #define FT_PARSEDATE     70      /* parse comp into a date (tws) struct */
@@ -93,7 +91,7 @@
 #define FT_SAVESTR       77      /* save current str reg               */
 #define FT_DONE          78      /* stop formatting                    */
 #define FT_PAUSE         79      /* pause                              */
-#define FT_NOP           80      /* nop                                */
+#define FT_NOP           80      /* no-op                              */
 #define FT_GOTO          81      /* (relative) goto                    */
 #define FT_IF_S_NULL     82      /* test if "str" null                 */
 #define FT_IF_S          83      /* test if "str" non-null             */