aboutsummaryrefslogtreecommitdiff
path: root/libcpp/macro.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-01-02 01:32:21 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-01-02 01:32:21 +0000
commita2566ae98d9df2df51b651dc404bae5d2ff54944 (patch)
treeebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/macro.c
parent302904495d01ba8de1061edb1e2aec359ddc83a7 (diff)
downloadgcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.zip
gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.gz
gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.bz2
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
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 7718334..e3824cb 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. */