diff options
author | Martin Schaffner <schaffner@gmx.li> | 2003-06-25 23:01:10 +0200 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-25 21:01:10 +0000 |
commit | 48c4721eacdd2215e4b0335b50b5379c72924fd8 (patch) | |
tree | b4a345fc53ecdc92c71062989190b44bd6548a6a /gcc/cppmacro.c | |
parent | f18754d6403e23cb34e62bb6e09a15a357fa2782 (diff) | |
download | gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.zip gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.gz gcc-48c4721eacdd2215e4b0335b50b5379c72924fd8.tar.bz2 |
cppfiles.c: Clarify comments.
* cppfiles.c: Clarify comments.
* cpphash.h: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* mkdeps.h: Likewise.
From-SVN: r68496
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 893dd21..2b9c9b5 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 |