diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2002-08-29 07:22:30 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2002-08-29 07:22:30 +0000 |
commit | ed7baeaf4df676489106ab761936cdae9ffb7228 (patch) | |
tree | 91908d828af2d2c6e4bd96374d932cec73aaf01d /src/include/regex/utils.h | |
parent | 8e80dbb849cc63f6652a5fc645fa4d1e136c3c4c (diff) | |
download | postgresql-ed7baeaf4df676489106ab761936cdae9ffb7228.tar.gz postgresql-ed7baeaf4df676489106ab761936cdae9ffb7228.zip |
Remove #ifdef MULTIBYTE per hackers list discussion.
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r-- | src/include/regex/utils.h | 4 |
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; |