]> mj.ucw.cz Git - libucw.git/commitdiff
Added (WORD|META)_TYPES_ALL_LANGS.
authorMartin Mares <mj@ucw.cz>
Wed, 12 Feb 2003 20:52:42 +0000 (20:52 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Feb 2003 20:52:42 +0000 (20:52 +0000)
lib/custom.h

index 4f55cd9561585d18c1bf5429d038f96e2de98ac1..8ec3516fa0e0f905ec92a2b1cb7c398481c7e30c 100644 (file)
@@ -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 */