diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 01:32:21 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 01:32:21 +0000 |
commit | f03668bd4ac75d853fb7b83c0e0e95a3d02cdc94 (patch) | |
tree | ebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/macro.c | |
parent | cb18f2124c65ec73c148d03485d1f43c7cdd82f0 (diff) | |
download | gcc-f03668bd4ac75d853fb7b83c0e0e95a3d02cdc94.tar.gz |
* internal.h: Update references to Cpp lib filenames.
* directives.c: Likewise.
* init.c: Likewise.
* macro.c: Likewise.
* traditional.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/macro.c')
-rw-r--r-- | libcpp/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/macro.c b/libcpp/macro.c index 77183343d9e..e3824cbe5af 100644 --- a/libcpp/macro.c +++ b/libcpp/macro.c @@ -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. */ |