]> mj.ucw.cz Git - libucw.git/commitdiff
The StringMap file contains an end marker pointing past the last
authorMartin Mares <mj@ucw.cz>
Tue, 6 Mar 2001 17:42:17 +0000 (17:42 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 6 Mar 2001 17:42:17 +0000 (17:42 +0000)
string reference.

lib/index.h

index d484ee8ee8e177b3d008ff47cad5f56ae5f7f1e4..8eb36eb1d9a56c7f4d7eb02ff0724d8eb8d9f306 100644 (file)
@@ -57,6 +57,7 @@ enum string_type {
        T(BACKREF, 1 << ST_BACKREF)
 
 #define STRING_TYPES_URL ((1 << ST_URL) | (1 << ST_REF) | (1 << ST_BACKREF))
+/* These must be indexed in lowercase form */
 #define STRING_TYPES_CASE_INSENSITIVE ((1 << ST_HOST) | (1 << ST_DOMAIN))
 
 /* Index card attributes */