]> mj.ucw.cz Git - libucw.git/commitdiff
Oops, forgot WT_FILE there.
authorMartin Mares <mj@ucw.cz>
Tue, 20 Aug 2002 19:03:45 +0000 (19:03 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 20 Aug 2002 19:03:45 +0000 (19:03 +0000)
lib/custom.h

index d7b20df0607653f2e5eda087abf20dd7ffbc0bcd..8222bcc7f259b7de204f2633b79cc52f021ac0e2 100644 (file)
@@ -31,7 +31,7 @@ enum word_type {
 
 /* Keywords for word type names */
 #define WORD_TYPE_NAMES                                \
-       T(WORD, ~((1 << WT_FILE) | (1 << WT_LINK)))     \
+       T(WORD, ~(1 << WT_LINK))                \
        T(TEXT, 1 << WT_TEXT)                   \
        T(EMPH, 1 << WT_EMPH)                   \
        T(SMALL, 1 << WT_SMALL)                 \