From 56d25bb888ac7ba977091c2b48401b0a443fc94a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 23 May 2012 22:38:10 +0200 Subject: Remove use of INTDEF/INTUSE in intl --- posix/regex_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix') diff --git a/posix/regex_internal.h b/posix/regex_internal.h index 1a161293fd..6dfdef6639 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2005, 2007, 2008, 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 . @@ -73,7 +73,7 @@ # 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.1