diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-30 14:20:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-30 14:20:43 +0200 |
commit | f2d137e07671bb1158f81e5a772c3f994c69953f (patch) | |
tree | 06ff04a1ef159073a9672c22475c9da54fc05155 /regex_internal.h | |
parent | 880d9f5b287a8d44227aed80f53395f19c2283a2 (diff) | |
download | egawk-f2d137e07671bb1158f81e5a772c3f994c69953f.tar.gz egawk-f2d137e07671bb1158f81e5a772c3f994c69953f.tar.bz2 egawk-f2d137e07671bb1158f81e5a772c3f994c69953f.zip |
Sync regex routines with GLIBC.
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <isamu@yamato.ibm.com>. @@ -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) |