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

Diff of /bison/lib/bbitset.h

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

revision 1.9 by eggert, Wed Oct 16 06:16:29 2002 UTC revision 1.10 by eggert, Wed Nov 13 07:02:13 2002 UTC
# Line 42  extern const char * const bitset_type_na Line 42  extern const char * const bitset_type_na
42    
43  enum bitset_alloc_type {BITSET_MALLOC, BITSET_OBALLOC};  enum bitset_alloc_type {BITSET_MALLOC, BITSET_OBALLOC};
44    
 /* Non-zero to use inline functions instead of macros.  */  
 #define BITSET_INLINE 0  
   
45  /* Data type used to store a word of bits.  */  /* Data type used to store a word of bits.  */
46  typedef unsigned long bitset_word;  typedef unsigned long bitset_word;
47  #define BITSET_WORD_BITS ((unsigned) (CHAR_BIT * sizeof (bitset_word)))  #define BITSET_WORD_BITS ((unsigned) (CHAR_BIT * sizeof (bitset_word)))

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

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