diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-25 21:01:10 +0000 |
commit | 5c120a725520c03a71acee6adb19daf9dba4d0aa (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cppmacro.c | |
parent | 9cf6679e085217d7889ecb74decc28b6c05dcc61 (diff) | |
download | ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.tar.gz ppe42-gcc-5c120a725520c03a71acee6adb19daf9dba4d0aa.zip |
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 893dd215b61..2b9c9b5f89b 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1038,9 +1038,9 @@ _cpp_pop_context (cpp_reader *pfile) pfile->context = context->prev; } -/* Eternal routine to get a token. Also used nearly everywhere +/* External routine to get a token. Also used nearly everywhere internally, except for places where we know we can safely call - the lexer directly, such as lexing a directive name. + _cpp_lex_token directly, such as lexing a directive name. Macro expansions and directives are transparently handled, including entering included files. Thus tokens are post-macro |