From fec00df4fa9d4708c93d2c020922da4869be5bc0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 20 Aug 2002 19:03:45 +0000 Subject: [PATCH] Oops, forgot WT_FILE there. --- lib/custom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.39.2