From 965a54a4eecc6cf5c53718f07290171f744c4d6c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 26 Jan 2012 23:31:37 +0000 Subject: Remove __STDC__ conditionals from non-installed headers. --- locale/programs/config.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'locale/programs') diff --git a/locale/programs/config.h b/locale/programs/config.h index 2f66997..606aa02 100644 --- a/locale/programs/config.h +++ b/locale/programs/config.h @@ -1,5 +1,5 @@ /* Configuration for localedef program. - Copyright (C) 1995,1996,1997,1998,2000,2005 Free Software Foundation, Inc. + Copyright (C) 1995-1998,2000,2005,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1995. @@ -30,11 +30,7 @@ #define DEFAULT_CHARMAP "ANSI_X3.4-1968" /* ASCII */ #ifndef PARAMS -# if __STDC__ -# define PARAMS(args) args -# else -# define PARAMS(args) () -# endif +# define PARAMS(args) args #endif /* This must be one higer than the last used LC_xxx category value. */ -- cgit v1.1