mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* lib/hash.h, lib/hash.c (__P): Renamed to PARAMS; canonical definition used.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user