summaryrefslogtreecommitdiff
path: root/libc/posix
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix')
-rw-r--r--libc/posix/regex_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/posix/regex_internal.h b/libc/posix/regex_internal.h
index db4276f60..1291ce64a 100644
--- a/libc/posix/regex_internal.h
+++ b/libc/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 <isamu@yamato.ibm.com>.
@@ -77,7 +77,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)