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

Move the output routines to output.h and output.cc.

This commit is contained in:
Bruno Haible
2002-11-07 12:05:44 +00:00
parent 4c0ed264be
commit 0378cf3b00
7 changed files with 1589 additions and 1467 deletions

View File

@@ -1,3 +1,14 @@
2002-10-04 Bruno Haible <bruno@clisp.org>
* src/output.h: New file, extracted from key-list.h.
* src/output.cc: New file, extracted from key-list.cc.
* src/key-list.h (Key_List): Make some fields protected. Move output
routines to src/output.h.
* src/key-list.cc: Move output routines to src/output.cc.
* src/gen-perf.cc (Gen_Perf::doit_all): Use class Output.
* src/Makefile.in (OBJECTS): Add output.o.
(output.o): New rule.
2002-10-03 Bruno Haible <bruno@clisp.org>
* src/iterator.h: Remove file.