Commit 404a4fb2 authored by Barry Warsaw's avatar Barry Warsaw

Make sure UPPERCASE and LOWERCASE are strings of the same length (found by

Matt Kromer).
parent ef32718f
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#define UNLESS(E) if(!(E)) #define UNLESS(E) if(!(E))
#define UNLESS_ASSIGN(V,E) ASSIGN(V,E) UNLESS(V) #define UNLESS_ASSIGN(V,E) ASSIGN(V,E) UNLESS(V)
#define UPPERCASE "ABCDEFGHIJKLMNOPQRSTUVWXYZ" #define UPPERCASE "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
#define LOWERCASE "abcdefghijklmnopqrstuvwxyz" #define LOWERCASE "abcdefghijklmnopqrstuvwxyz"
#define DIGITSETC "0123456789-" #define DIGITSETC "0123456789-"
...@@ -574,7 +574,7 @@ static char Splitter_module_documentation[] = ...@@ -574,7 +574,7 @@ static char Splitter_module_documentation[] =
"\n" "\n"
"for use in an inverted index\n" "for use in an inverted index\n"
"\n" "\n"
"$Id: ISO_8859_1_Splitter.c,v 1.9 2002/02/20 16:14:34 jens Exp $\n" "$Id: ISO_8859_1_Splitter.c,v 1.10 2002/07/18 21:53:45 bwarsaw Exp $\n"
; ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment