* tree.h (copy_node): Don't mention TREE_PERMANENT.

From-SVN: r53404
This commit is contained in:
Tom Tromey 2002-05-12 21:42:00 +00:00 committed by Tom Tromey
parent 9a5834ae8d
commit 1b70d38ab5
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-05-12 Tom Tromey <tromey@redhat.com>
* tree.h (copy_node): Don't mention TREE_PERMANENT.
2002-05-12 Zack Weinberg <zack@codesourcery.com>
* gensupport.c (n_comma_elts): Moved here from genattrtab.c.

View File

@ -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));