1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-21 14:53:53 +03:00

Fix -Wundef warnings in regex_internal.h

This commit is contained in:
Siddhesh Poyarekar
2014-08-01 14:30:43 +05:30
parent 78dd658a02
commit a476ac4b45
3 changed files with 12 additions and 1 deletions

View File

@@ -62,6 +62,10 @@
#define STDC_HEADERS 1
#define HAVE_MBSTATE_T 1
#define HAVE_MBSRTOWCS 1
#define HAVE_LIBINTL_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_ISWCTYPE 1
#define ENABLE_NLS 1
/* The symbols in all the user (non-_) macros are C symbols. */