From ed7baeaf4df676489106ab761936cdae9ffb7228 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Thu, 29 Aug 2002 07:22:30 +0000 Subject: Remove #ifdef MULTIBYTE per hackers list discussion. --- src/include/regex/regex.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/regex/regex.h') diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index dd8e0da171b..cf20160b6d9 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -52,10 +52,7 @@ typedef struct size_t re_nsub; /* number of parenthesized subexpressions */ const pg_wchar *re_endp; /* end pointer for REG_PEND */ struct re_guts *re_g; /* none of your business :-) */ -#ifdef MULTIBYTE pg_wchar *patsave; /* me too :-) */ -#endif - } regex_t; typedef struct -- cgit v1.2.3