From f2d137e07671bb1158f81e5a772c3f994c69953f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 30 Nov 2012 14:20:43 +0200 Subject: Sync regex routines with GLIBC. --- regex_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regex_internal.h') diff --git a/regex_internal.h b/regex_internal.h index f38a13b0..36f29e47 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2005, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2002-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa . @@ -92,7 +92,7 @@ is_blank (int c) # ifdef _LIBC # undef gettext # define gettext(msgid) \ - INTUSE(__dcgettext) (_libc_intl_domainname, msgid, LC_MESSAGES) + __dcgettext (_libc_intl_domainname, msgid, LC_MESSAGES) # endif #else # define gettext(msgid) (msgid) -- cgit v1.2.3