]> mj.ucw.cz Git - libucw.git/commitdiff
Word type 0 is reserved.
authorMartin Mares <mj@ucw.cz>
Tue, 23 Jan 2001 14:59:36 +0000 (14:59 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 23 Jan 2001 14:59:36 +0000 (14:59 +0000)
lib/index.h

index 33e7ef733cfea07af3bf8afe975ca39d50fddf23..c334ca5a90174d5efe885eaff42abe3d76f41e71 100644 (file)
@@ -11,6 +11,7 @@
 /* Word types */
 
 enum word_type {
+  WT_RESERVED,                         /* Reserved word type */
   WT_TEXT,                             /* Ordinary text */
   WT_EMPH,                             /* Emphasized text */
   WT_SMALL,                            /* Small font */