diff options
Diffstat (limited to 'lib/memcoll.h')
| -rw-r--r-- | lib/memcoll.h | 14 |
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_ */ |
