diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-14 17:07:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-09-14 17:07:33 -0400 |
commit | 2dbd2ee3fd181e84f837957ad6e3e4bde818d1f0 (patch) | |
tree | 92dc90ecbb1ccb20aae0ca3dbc164e0a7e3ee015 | |
parent | b1c8f01ae978448774a0c397b14d9f32cfe16731 (diff) | |
download | gcc-2dbd2ee3fd181e84f837957ad6e3e4bde818d1f0.zip gcc-2dbd2ee3fd181e84f837957ad6e3e4bde818d1f0.tar.gz gcc-2dbd2ee3fd181e84f837957ad6e3e4bde818d1f0.tar.bz2 |
Clarify comment.
From-SVN: r10353
-rw-r--r-- | gcc/cp/cp-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 07667f8..2ee2310 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -1068,7 +1068,7 @@ struct lang_decl #define DECL_NEXT_METHOD(NODE) (DECL_LANG_SPECIFIC(NODE)->next_method) /* In a VAR_DECL for a variable declared in a for statement, - this is the shadowed variable. */ + this is the shadowed (local) variable. */ #define DECL_SHADOWED_FOR_VAR(NODE) DECL_RESULT(NODE) /* Points back to the decl which caused this lang_decl to be allocated. */ |