]> git.saurik.com Git - bison.git/commit - lib/lbitset.h
* lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
authorAkim Demaille <akim@epita.fr>
Mon, 4 Mar 2002 11:58:52 +0000 (11:58 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 4 Mar 2002 11:58:52 +0000 (11:58 +0000)
commit7086e7071e8bfa2012e9134530a158c88a832ba6
tree8436d1b7ae0599951b8ae78a324e3fac89efb66b
parent98254360e3cc22aa7a7aecaae477347ee0ecc638
* lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
* lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
* lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
* src/closure.c (fderives): Be an array of bitsets.
14 files changed:
ChangeLog
lib/Makefile.am
lib/bitset-int.h [new file with mode: 0644]
lib/bitset.c [new file with mode: 0644]
lib/bitset.h [new file with mode: 0644]
lib/bitsetv.c [new file with mode: 0644]
lib/bitsetv.h [new file with mode: 0644]
lib/ebitset.c [new file with mode: 0644]
lib/ebitset.h [new file with mode: 0644]
lib/lbitset.c [new file with mode: 0644]
lib/lbitset.h [new file with mode: 0644]
lib/sbitset.c [new file with mode: 0644]
lib/sbitset.h [new file with mode: 0644]
src/closure.c