remove dcl of unused local, num_regs
[gnulib.git] / lib / hash.h
index ddf4add..1dbce5c 100644 (file)
@@ -5,14 +5,6 @@
 #  include <config.h>
 # endif
 
-# ifndef PARAMS
-#  if defined (__GNUC__) || __STDC__
-#   define PARAMS(args) args
-#  else
-#   define PARAMS(args) ()
-#  endif
-# endif
-
 # include <stdio.h>
 # include <assert.h>
 
@@ -28,6 +20,14 @@ void free ();
 char *malloc ();
 # endif
 
+# ifndef PARAMS
+#  if defined PROTOTYPES || (defined __STDC__ && __STDC__)
+#   define PARAMS(Args) Args
+#  else
+#   define PARAMS(Args) ()
+#  endif
+# endif
+
 # define USE_OBSTACK
 # ifdef USE_OBSTACK
 #  include "obstack.h"