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

Move Keyword_List inline methods to a .icc file.

This commit is contained in:
Bruno Haible
2002-12-17 10:55:49 +00:00
parent 21cd7bfd24
commit 2f967d81fb
5 changed files with 81 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
2002-11-02 Bruno Haible <bruno@clisp.org>
* src/keyword-list.icc: New file, extracted from keyword-list.h.
* src/keyword-list.h: Include keyword-list.icc. Move inline methods
to there.
* src/keyword-list.cc: Include keyword-list.icc.
* src/Makefile.in (KEYWORD_LIST_H): Add keyword-list.icc.
* lib/hashpjw.h (hashpjw): Change argument type to 'unsigned char *'.
* lib/hash.cc (hashpjw): Likewise.
* src/keyword.icc: New file.