internal.h: Update references to Cpp lib filenames.

* internal.h: Update references to Cpp lib filenames.
        * directives.c: Likewise.
        * init.c: Likewise.
        * macro.c: Likewise.
        * traditional.c: Likewise.

From-SVN: r92799
This commit is contained in:
Gabriel Dos Reis 2005-01-02 01:32:21 +00:00 committed by Gabriel Dos Reis
parent 302904495d
commit a2566ae98d
6 changed files with 29 additions and 21 deletions

View file

@ -1540,7 +1540,7 @@ _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node)
/* Restore lexer position because of games lex_expansion_token()
plays lexing the macro. We set the type for SEEN_EOL() in
cpplib.c.
directives.c.
Longer term we should lex the whole line before coming here,
and just copy the expansion. */