From 997dbc7f520c811e4c5325b9536f72cb454560cc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 21 Sep 2011 22:45:28 +0300 Subject: Make no mbs support work everywhere. Sheesh. --- regex_internal.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'regex_internal.h') diff --git a/regex_internal.h b/regex_internal.h index 26b8abe0..b5dc7b46 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -108,14 +108,9 @@ is_blank (int c) # define SIZE_MAX ((size_t) -1) #endif -#ifndef NO_MBSUPPORT #include "mbsupport.h" /* gawk */ -#endif -#ifndef MB_CUR_MAX -#define MB_CUR_MAX 1 -#endif -#if (defined MBS_SUPPORT) || _LIBC +#if MBS_SUPPORT || _LIBC # define RE_ENABLE_I18N #endif -- cgit v1.2.3