1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Separate the KeywordExt from the list node that points to it.

This commit is contained in:
Bruno Haible
2002-11-20 12:58:14 +00:00
parent 2cd11405ed
commit befb3d467e
4 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
2002-11-02 Bruno Haible <bruno@clisp.org>
* src/keyword-list.h (KeywordExt_List): Don't inherit from KeywordExt.
(KeywordExt_List::KeywordExt_List): Take a KeywordExt* as argument.
(KeywordExt_List::_car): New field.
(KeywordExt_List::first): Use it.
* src/keyword-list.cc (KeywordExt_List::KeywordExt_List): Take a
KeywordExt* as argument.
* src/input.cc (parse_line): Create the KeywordExt separately.
Start using bool.
* src/bool-array.h (Bool_Array::set_bit): Change return type to bool.
* src/bool-array.icc (Bool_Array::set_bit): Likewise.