From 7b2b779a2a00adef83ec530399aece723610d90c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 18 Jul 1998 18:34:34 +0000 Subject: Add auto-size to screen to \d? commands. Use UNION to show all \d? results in one query. Add \d? field search feature. Rename MB to MULTIBYTE. --- src/include/regex/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/regex/regex.h') 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 -- cgit v1.2.3