]> mj.ucw.cz Git - libucw.git/commitdiff
Index reftexts, but don't search in them by default.
authorMartin Mares <mj@ucw.cz>
Sun, 26 May 2002 18:23:26 +0000 (18:23 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 26 May 2002 18:23:26 +0000 (18:23 +0000)
lib/custom.h

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