cp-tree.h (permanent_p): New function.
authorMark Mitchell <mark@codesourcery.com>
Sun, 16 May 1999 19:31:51 +0000 (19:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 May 1999 19:31:51 +0000 (19:31 +0000)
commit88b117b74048dfb8fab4ba46a44da3ac995f597b
tree819488c8eacd22461ed28f5c6d61d39a67dc28ae
parent31146a60e716aa679e2049091805bc007b057ade
cp-tree.h (permanent_p): New function.

* cp-tree.h (permanent_p): New function.
* init.c (build_new_1): Use mapcar, not copy_node, to copy a
possibly complex tree node.
* tree.c (mapcar): Adjust comments, and follow coding standards in
conditional.
(permanent_p): New function.

From-SVN: r26951
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/tree.c