summaryrefslogtreecommitdiff
path: root/libcpp/macro.c
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 01:32:21 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 01:32:21 +0000
commitf03668bd4ac75d853fb7b83c0e0e95a3d02cdc94 (patch)
treeebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/macro.c
parentcb18f2124c65ec73c148d03485d1f43c7cdd82f0 (diff)
downloadgcc-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.c2
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. */