1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Class PositionStringParser replaces class Iterator.

This commit is contained in:
Bruno Haible
2002-11-06 13:28:32 +00:00
parent 5de859e402
commit 4c0ed264be
5 changed files with 84 additions and 150 deletions

View File

@@ -1,5 +1,13 @@
2002-10-03 Bruno Haible <bruno@clisp.org>
* src/iterator.h: Remove file.
* src/iterator.cc: Remove file.
* src/options.cc: (PositionStringParser): New class, taken from old
iterator.cc.
* src/Makefile.in (OBJECTS): Remove iterator.o.
(ITERATOR_H): Remove variable.
(iterator.o): Remove rule.
* src/keyword-list.h: New file.
* src/keyword-list.cc: New file.
* src/list-node.h: Remove file.