diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-07 20:34:20 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-07 20:34:20 +0000 |
commit | f4aede64e9898450bddbd7edb58caeb8e333d961 (patch) | |
tree | 5dd3d8dfac214dc8c67491eb9a793f8fdf79bf1e /gcc/cp/spew.c | |
parent | d5037ad24f384252652eee72690152a72813efca (diff) | |
download | ppe42-gcc-f4aede64e9898450bddbd7edb58caeb8e333d961.tar.gz ppe42-gcc-f4aede64e9898450bddbd7edb58caeb8e333d961.zip |
tweak wording
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/spew.c')
-rw-r--r-- | gcc/cp/spew.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/spew.c b/gcc/cp/spew.c index 8d95be650bd..1fd6eb969dd 100644 --- a/gcc/cp/spew.c +++ b/gcc/cp/spew.c @@ -301,8 +301,8 @@ yylex () case PTYPENAME: lastiddecl = trrr; - /* If this got special lookup, remember it. In these cases, - we don't have to worry about being a declarator-id. */ + /* If this got special lookup, remember it. In these + cases, we know it can't be a declarator-id. */ if (got_scope || got_object) tmp_token.yylval.ttype = trrr; break; |