* tree.h (copy_node): Don't mention TREE_PERMANENT.
authorTom Tromey <tromey@redhat.com>
Sun, 12 May 2002 21:42:00 +0000 (21:42 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 12 May 2002 21:42:00 +0000 (21:42 +0000)
From-SVN: r53404

gcc/ChangeLog
gcc/tree.h

index 4a547c1ed91b00e6b86ba5b84eb403bd66ea7d85..755323ed29b1f5b787f7a9dd4cc2754b5639ff7f 100644 (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.
index d1c24d46cd13fe79e1bb3300a2e90c4b260b2bc3..3e5ef3ae8aeed38fe42c024a627c9b0c4dc4dae0 100644 (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));