From b9d261cd48ef0715f3a104a875c11c992c654206 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 6 Mar 2001 17:42:17 +0000 Subject: [PATCH] The StringMap file contains an end marker pointing past the last string reference. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.h b/lib/index.h index d484ee8e..8eb36eb1 100644 --- a/lib/index.h +++ b/lib/index.h @@ -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 */ -- 2.39.2