From 8b384adc97f9fec82a5fc10e30144fbd02e562ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Jun 2003 07:50:09 +0000 Subject: [PATCH] (PARAMS): Remove. All uses removed. Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file. --- lib/hard-locale.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/hard-locale.h b/lib/hard-locale.h index 5b054d9a5c..f15e80966b 100644 --- a/lib/hard-locale.h +++ b/lib/hard-locale.h @@ -1,18 +1,6 @@ #ifndef HARD_LOCALE_H_ # define HARD_LOCALE_H_ 1 -# if HAVE_CONFIG_H -# include -# endif - -# ifndef PARAMS -# if defined PROTOTYPES || (defined __STDC__ && __STDC__) -# define PARAMS(Args) Args -# else -# define PARAMS(Args) () -# endif -# endif - -int hard_locale PARAMS ((int)); +int hard_locale (int); #endif /* HARD_LOCALE_H_ */ -- 2.47.2