1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +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

@@ -36,3 +36,12 @@ KeywordExt_List::KeywordExt_List (KeywordExt *car)
: Keyword_List (car)
{
}
#ifndef __OPTIMIZE__
#define INLINE /* not inline */
#include "keyword-list.icc"
#undef INLINE
#endif /* not defined __OPTIMIZE__ */