From: Martin Mares Date: Wed, 12 Feb 2003 20:52:42 +0000 (+0000) Subject: Added (WORD|META)_TYPES_ALL_LANGS. X-Git-Tag: holmes-import~1282 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=34d045b2e79b9d827fd58e78d113c11d7448e28a;p=libucw.git Added (WORD|META)_TYPES_ALL_LANGS. --- 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 */