summaryrefslogtreecommitdiff
path: root/lib/memcoll.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 07:52:28 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 07:52:28 +0000
commitde4077cbe314db0e1ec4089b32232337b5aa760c (patch)
tree516400d27cd7fde392712a69622114cff9171bc1 /lib/memcoll.h
parent33a46de4adc4988b90a43d657d037120a6953c32 (diff)
downloadcoreutils-de4077cbe314db0e1ec4089b32232337b5aa760c.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/memcoll.h')
-rw-r--r--lib/memcoll.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/memcoll.h b/lib/memcoll.h
index b42cfa6f2..33f1e4940 100644
--- a/lib/memcoll.h
+++ b/lib/memcoll.h
@@ -1,20 +1,8 @@
#ifndef MEMCOLL_H_
# define MEMCOLL_H_ 1
-# if HAVE_CONFIG_H
-# include <config.h>
-# endif
-
# include <stddef.h>
-# ifndef PARAMS
-# if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-# endif
-
-int memcoll PARAMS ((char *, size_t, char *, size_t));
+int memcoll (char *, size_t, char *, size_t);
#endif /* MEMCOLL_H_ */