* lib/hash.h, lib/hash.c (__P): Renamed to PARAMS; canonical definition used.

This commit is contained in:
Tim Van Holder
2002-01-11 15:26:56 +00:00
parent d9e9746c06
commit a10778dc32
2 changed files with 29 additions and 27 deletions

View 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