bison/lib bbitset.h
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/10/10 03:15:56 Modified files: lib : bbitset.h Log message: (enum_bitset_ops, enum_bitset_type): New types. All instances of parameters of type enum bitset_opts are now of type enum_bitset_opts, to conform to the C Standard, and similarly for enum_bitset_type. (bitset): Now points to a union, not to a struct. All instances of "struct bitset_struct *" replaced with "bitset". (bitset_and_or_, bitset_andn_or_, bitset_or_and_): New decls. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/bbitset.h.diff?tr1=1.7&tr2=1.8&r1=text&r2=text