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

First include is the specification's .h file.

This commit is contained in:
Bruno Haible
2002-11-29 12:52:54 +00:00
parent 96e0406e32
commit bd03d0bce8
9 changed files with 55 additions and 28 deletions

View File

@@ -1,5 +1,13 @@
2002-11-02 Bruno Haible <bruno@clisp.org>
* src/version.cc: Include version.h.
* src/Makefile.in (OBJECTS): Reorder.
(KEYWORD_H, KEYWORD_LIST_H, INPUT_H, SEARCH_H, OUTPUT_H): New
variables.
(HASH_TABLE_H): Update.
(options.o, read-line.o, keyword.o, keyword-list.o, input.o, search.o,
output.o, main.o): Update dependencies.
* src/vectors.h: Remove file.
* src/vectors.cc: Remove file.
* src/search.h: Don't include vectors.h.