diff options
author | Richard Stallman <rms@gnu.org> | 1992-08-26 18:56:07 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-08-26 18:56:07 +0000 |
commit | 52d2830e7799bac04289afb5249b6d6920ecd018 (patch) | |
tree | ee5044a41e7774e4aeaab6e056aad5b42c3a13ac /gcc | |
parent | c0ac5f319777771ee8168536d93439e923009e61 (diff) | |
download | gcc-52d2830e7799bac04289afb5249b6d6920ecd018.zip gcc-52d2830e7799bac04289afb5249b6d6920ecd018.tar.gz gcc-52d2830e7799bac04289afb5249b6d6920ecd018.tar.bz2 |
Fix comment.
From-SVN: r1963
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2167,9 +2167,7 @@ build_decl (code, name, type) /* BLOCK nodes are used to represent the structure of binding contours and declarations, once those contours have been exited and their contents - compiled. This information is used for outputting debugging info. - A BLOCK may have a "controller" which is a BIND_EXPR node. - Then the BLOCK is ignored unless the controller has the TREE_USED flag. */ + compiled. This information is used for outputting debugging info. */ tree build_block (vars, tags, subblocks, supercontext, chain) |