Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2002-08-29 07:22:30 +0000
committerTatsuo Ishii2002-08-29 07:22:30 +0000
commited7baeaf4df676489106ab761936cdae9ffb7228 (patch)
tree91908d828af2d2c6e4bd96374d932cec73aaf01d /src/include/regex/utils.h
parent8e80dbb849cc63f6652a5fc645fa4d1e136c3c4c (diff)
Remove #ifdef MULTIBYTE per hackers list discussion.
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r--src/include/regex/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h
index 282bb791ad6..5831122f7c9 100644
--- a/src/include/regex/utils.h
+++ b/src/include/regex/utils.h
@@ -46,11 +46,7 @@
#define DUPMAX 100000000 /* xxx is this right? */
#define INFINITY (DUPMAX + 1)
-#ifdef MULTIBYTE
#define NC (SHRT_MAX - SHRT_MIN + 1)
-#else
-#define NC (CHAR_MAX - CHAR_MIN + 1)
-#endif
typedef unsigned char uch;