diff options
author | Tom Tromey <tromey@redhat.com> | 2002-05-12 21:42:00 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-05-12 21:42:00 +0000 |
commit | 1b70d38ab552f559474fb6f53043c8b6fb1e7e08 (patch) | |
tree | a44c60fe7b43bd9ca870894fcc697a33814f0f48 /gcc/tree.h | |
parent | 9a5834ae8dc3c4b6bb29ee487186a85b89378985 (diff) | |
download | gcc-1b70d38ab552f559474fb6f53043c8b6fb1e7e08.zip gcc-1b70d38ab552f559474fb6f53043c8b6fb1e7e08.tar.gz gcc-1b70d38ab552f559474fb6f53043c8b6fb1e7e08.tar.bz2 |
* tree.h (copy_node): Don't mention TREE_PERMANENT.
From-SVN: r53404
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2080,9 +2080,7 @@ extern size_t tree_size PARAMS ((tree)); extern tree make_node PARAMS ((enum tree_code)); -/* Make a copy of a node, with all the same contents except - for TREE_PERMANENT. (The copy is permanent - iff nodes being made now are permanent.) */ +/* Make a copy of a node, with all the same contents. */ extern tree copy_node PARAMS ((tree)); |