From 34d045b2e79b9d827fd58e78d113c11d7448e28a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Feb 2003 20:52:42 +0000 Subject: [PATCH] Added (WORD|META)_TYPES_ALL_LANGS. --- lib/custom.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/custom.h b/lib/custom.h index 4f55cd95..8ec3516f 100644 --- a/lib/custom.h +++ b/lib/custom.h @@ -40,6 +40,9 @@ enum word_type { /* These types are always matched without accents if accent mode is set to "auto" */ #define WORD_TYPES_NO_AUTO_ACCENT 0 +/* These types belong to all languages */ +#define WORD_TYPES_ALL_LANGS (1 << WT_LINK) + /* Meta information types (at most 16 of them + MT_MAX) */ enum meta_type { @@ -59,6 +62,7 @@ enum meta_type { T(META, 1 << MT_MISC) #define META_TYPES_NO_AUTO_ACCENT 0 +#define META_TYPES_ALL_LANGS 0 /* String types */ -- 2.39.2