summaryrefslogtreecommitdiff
path: root/lib/hard-locale.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:50:09 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:50:09 +0000
commit8b384adc97f9fec82a5fc10e30144fbd02e562ec (patch)
tree0bf22e78a0a8f7895fa4d8e5e1b7be5fc545c434 /lib/hard-locale.h
parent6cf1fd0c87e385fc64132c6bf47f414cf3cc25b5 (diff)
downloadcoreutils-8b384adc97f9fec82a5fc10e30144fbd02e562ec.tar.xz
(PARAMS): Remove. All uses removed.
Do not include config.h; no longer needed. Anyway, config.h should always be included before any other file.
Diffstat (limited to 'lib/hard-locale.h')
-rw-r--r--lib/hard-locale.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/hard-locale.h b/lib/hard-locale.h
index 5b054d9a5..f15e80966 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 <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_ */