From e523bd15353350c3480b8a1820a0944b0fa8212e Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 7 Jan 2006 02:32:27 +0000 Subject: Big fricking merge from trunk. --- libc/misc/regex/regex_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/misc/regex/regex_internal.h') diff --git a/libc/misc/regex/regex_internal.h b/libc/misc/regex/regex_internal.h index 14d14da3c..4782883c1 100644 --- a/libc/misc/regex/regex_internal.h +++ b/libc/misc/regex/regex_internal.h @@ -670,7 +670,9 @@ typedef struct { unsigned char ch; unsigned char *name; +#ifdef __UCLIBC_HAS_WCHAR__ wchar_t wch; +#endif } opr; } bracket_elem_t; -- cgit v1.2.3