]> git.saurik.com Git - bison.git/blobdiff - lib/hash.c
* lib/hash.h, lib/hash.c (__P): Renamed to PARAMS; canonical definition used.
[bison.git] / lib / hash.c
index 060fd388c236eeffff9ef6257518a1c01ecceb92..256a1614ffcfe302105e87e714a26b822fdef688 100644 (file)
@@ -24,8 +24,8 @@
 #include "system.h"
 #include "xalloc.h"
 
-static void hash_rehash __P((struct hash_table* ht));
-static unsigned long round_up_2 __P((unsigned long rough));
+static void hash_rehash PARAMS((struct hash_table* ht));
+static unsigned long round_up_2 PARAMS((unsigned long rough));
 
 /* Implement double hashing with open addressing.  The table size is
    always a power of two.  The secondary (`increment') hash function