bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lib/regex_internal.h uses #if _LIBC instead of #if defined (_LIBC)


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: lib/regex_internal.h uses #if _LIBC instead of #if defined (_LIBC)
Date: Tue, 29 Dec 2009 23:34:15 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

=== modified file 'gnulib/regex_internal.h'
--- gnulib/regex_internal.h    2009-12-27 15:37:18 +0000
+++ gnulib/regex_internal.h    2009-12-29 22:32:31 +0000
@@ -58,7 +58,7 @@
 # define SIZE_MAX ((size_t) -1)
 #endif
 
-#if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H &&
HAVE_ISWCTYPE && HAVE_WCSCOLL) || _LIBC
+#if (defined MB_CUR_MAX && HAVE_LOCALE_H && HAVE_WCTYPE_H &&
HAVE_ISWCTYPE && HAVE_WCSCOLL) || defined (_LIBC)
 # define RE_ENABLE_I18N
 #endif
 


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]