/[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.10 by eggert, Fri Jan 3 14:14:24 2003 UTC revision 1.11 by eggert, Wed Mar 12 23:08:06 2003 UTC
# Line 31  Line 31 
31  # include <stdlib.h>  # include <stdlib.h>
32  #endif  #endif
33    
34  #if HAVE_STDBOOL_H  #include <stdbool.h>
 # include <stdbool.h>  
 #else  
 # ifndef __bool_true_false_are_defined  
 #  if ! HAVE__BOOL  
 #   ifdef __cplusplus  
 typedef bool _Bool;  
 #   else  
 typedef unsigned char _Bool;  
 #   endif  
 #  endif  
 #  define bool _Bool  
 #  define false 0  
 #  define true 1  
 #  define __bool_true_false_are_defined 1  
 # endif  
 #endif  
   
35  #include <stdio.h>  #include <stdio.h>
36    
37  #ifndef HAVE_DECL_FREE  #ifndef HAVE_DECL_FREE

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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