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 --- argp/argp-help.c | 4 ++-- argp/argp-parse.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'argp') diff --git a/argp/argp-help.c b/argp/argp-help.c index 645006c..0af6805 100644 --- a/argp/argp-help.c +++ b/argp/argp-help.c @@ -1,5 +1,5 @@ /* Hierarchial argument parsing help output - Copyright (C) 1995-2007, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -59,7 +59,7 @@ char *alloca (); # ifdef _LIBC # undef dgettext # define dgettext(domain, msgid) \ - INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES) + __dcgettext (domain, msgid, LC_MESSAGES) # endif # else # define dgettext(domain, msgid) (msgid) diff --git a/argp/argp-parse.c b/argp/argp-parse.c index 5a2124e..9ac1a17 100644 --- a/argp/argp-parse.c +++ b/argp/argp-parse.c @@ -1,5 +1,5 @@ /* Hierarchial argument parsing, layered over getopt - Copyright (C) 1995-2000, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. + Copyright (C) 1995-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -51,7 +51,7 @@ char *alloca (); # ifdef _LIBC # undef dgettext # define dgettext(domain, msgid) \ - INTUSE(__dcgettext) (domain, msgid, LC_MESSAGES) + __dcgettext (domain, msgid, LC_MESSAGES) # endif # else # define dgettext(domain, msgid) (msgid) -- cgit v1.1