]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(PARAMS): Remove. All uses removed.
authorJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 07:50:09 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 07:50:09 +0000 (07:50 +0000)
Do not include config.h; no longer needed.
Anyway, config.h should always be included before any other file.

lib/hard-locale.h

index 5b054d9a5cb974cd08c97cb916739d9b633c2fe2..f15e80966bd494dac39dc983778fb24aea7da2cd 100644 (file)
@@ -1,18 +1,6 @@
 #ifndef HARD_LOCALE_H_
 # define HARD_LOCALE_H_ 1
 
-# if HAVE_CONFIG_H
-#  include <config.h>
-# 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_ */