ggc.h (ggc_alloc): New function.
authorMark Mitchell <mark@codesourcery.com>
Thu, 9 Sep 1999 03:26:58 +0000 (03:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 9 Sep 1999 03:26:58 +0000 (03:26 +0000)
commit37b31aefeb2848b5cd9133b2bf652ab91533c533
treeaef3a44806551f0853941f5a4252c13e8beec1e8
parentfc0e7bf5d137416b780ce3172ebde7a16870378d
ggc.h (ggc_alloc): New function.

* ggc.h (ggc_alloc): New function.
(ggc_mark): Likewise.
* ggc-simple.c (ggc_any): New structure.
(ggc_status): Add anys.
(n_anys_collected): New variable.
(ggc_alloc): Define.
(ggc_mark): Likewise.
(ggc_collect): Collect the anys.

From-SVN: r29222
gcc/ChangeLog
gcc/ggc-simple.c
gcc/ggc.h