]> sourceware.org Git - glibc.git/blobdiff - posix/regex_internal.h
Update.
[glibc.git] / posix / regex_internal.h
index 7a7d964bd594c9785bb057189b1048236a8c0ccb..7ec72946924669750fd86e5b21d3d3a050ddf44c 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <assert.h>
 #include <ctype.h>
-#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -53,7 +52,7 @@
 #endif
 
 /* This is for other GNU distributions with internationalized messages.  */
-#if HAVE_LIBINTL_H || defined _LIBC
+#if (HAVE_LIBINTL_H && ENABLE_NLS) || defined _LIBC
 # include <libintl.h>
 # ifdef _LIBC
 #  undef gettext
This page took 0.027034 seconds and 5 git commands to generate.