aboutsummaryrefslogtreecommitdiff
path: root/win32/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/regex_internal.h')
-rw-r--r--win32/regex_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/regex_internal.h b/win32/regex_internal.h
index 4184d7f5a..1495059ab 100644
--- a/win32/regex_internal.h
+++ b/win32/regex_internal.h
@@ -115,7 +115,7 @@ is_blank (int c)
115#define MB_CUR_MAX 1 115#define MB_CUR_MAX 1
116#endif 116#endif
117 117
118#if (defined MBS_SUPPORT) || _LIBC 118#if (defined MBS_SUPPORT) || defined _LIBC
119# define RE_ENABLE_I18N 119# define RE_ENABLE_I18N
120#endif 120#endif
121 121
@@ -454,7 +454,7 @@ static unsigned int re_string_context_at (const re_string_t *input, int idx,
454 454
455#ifndef _LIBC 455#ifndef _LIBC
456# if HAVE_ALLOCA 456# if HAVE_ALLOCA
457# if (_MSC_VER) 457# ifdef (_MSC_VER)
458# include <malloc.h> 458# include <malloc.h>
459# define __libc_use_alloca(n) 0 459# define __libc_use_alloca(n) 0
460# else 460# else