mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
* lib/libiberty.h: New.
* lib: Update the bitset implementation from upstream. * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c, * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE. * src/main.c: Adjust bitset stats calls.
This commit is contained in:
@@ -46,9 +46,10 @@ libbison_a_SOURCES = \
|
||||
|
||||
# Implementation of bitsets
|
||||
libbison_a_SOURCES += \
|
||||
bbitset.h \
|
||||
bitset-int.h bitset.h bitsetv.h ebitset.h lbitset.h sbitset.h \
|
||||
bitset.c bitsetv.c ebitset.c lbitset.c sbitset.c
|
||||
libiberty.h \
|
||||
abitset.c bitset.c bitset_stats.h ebitset.c lbitset.h \
|
||||
abitset.h bitset.h bitsetv.c ebitset.h \
|
||||
bbitset.h bitset_stats.c bitsetv.h lbitset.c
|
||||
|
||||
# Additional bitset operations.
|
||||
libbison_a_SOURCES += \
|
||||
|
||||
Reference in New Issue
Block a user