(PARAMS): Remove. All uses removed.
authorJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 07:53:12 +0000 (07:53 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 07:53:12 +0000 (07:53 +0000)
Do not include config.h; no longer needed.
Anyway, config.h should always be included before any other file.

lib/strverscmp.h

index bb1ea1b..fc01989 100644 (file)
@@ -3,18 +3,6 @@
 #ifndef STRVERSCMP_H_
 # define STRVERSCMP_H_
 
-# 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 strverscmp PARAMS ((const char*, const char*));
+int strverscmp (const char *, const char *);
 
 #endif /* not STRVERSCMP_H_ */