diff options
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index f0c9876fe06..672ed2a382f 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -52,7 +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 MB +#ifdef MULTIBYTE pg_wchar *patsave; /* mee too :-) */ #endif |