/[bison]/bison/lib/hash.c
ViewVC logotype

Diff of /bison/lib/hash.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by akim, Mon Dec 10 09:05:47 2001 UTC revision 1.5 by Zastai, Fri Jan 11 15:26:56 2002 UTC
# Line 24  Line 24 
24  #include "system.h"  #include "system.h"
25  #include "xalloc.h"  #include "xalloc.h"
26    
27  static void hash_rehash __P((struct hash_table* ht));  static void hash_rehash PARAMS((struct hash_table* ht));
28  static unsigned long round_up_2 __P((unsigned long rough));  static unsigned long round_up_2 PARAMS((unsigned long rough));
29    
30  /* Implement double hashing with open addressing.  The table size is  /* Implement double hashing with open addressing.  The table size is
31     always a power of two.  The secondary (`increment') hash function     always a power of two.  The secondary (`increment') hash function

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26