From: Martin Mares Date: Tue, 20 Aug 2002 19:03:45 +0000 (+0000) Subject: Oops, forgot WT_FILE there. X-Git-Tag: holmes-import~1367 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fec00df4fa9d4708c93d2c020922da4869be5bc0;p=libucw.git Oops, forgot WT_FILE there. --- diff --git a/lib/custom.h b/lib/custom.h index d7b20df0..8222bcc7 100644 --- a/lib/custom.h +++ b/lib/custom.h @@ -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) \