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

Diff of /bison/lib/hash.h

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, Mon Jan 7 22:53:38 2002 UTC
# Line 21  Line 21 
21    
22  #include <stdio.h>  #include <stdio.h>
23    
24    #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
25    #define __P(args) args
26    #else
27    #define __P(args) ()
28    #endif  /* GCC.  */
29    
30  typedef unsigned long (*hash_func_t) __P((void const *key));  typedef unsigned long (*hash_func_t) __P((void const *key));
31  typedef int (*hash_cmp_func_t) __P((void const *x, void const *y));  typedef int (*hash_cmp_func_t) __P((void const *x, void const *y));
32  typedef void (*hash_map_func_t) __P((void const *item));  typedef void (*hash_map_func_t) __P((void const *item));

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