aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-08 12:53:39 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-08 12:53:39 -0800
commit96bcb120c4efa171659665478442aa775f3c9546 (patch)
tree7ef3f781e095f16c90692605431f515a805b924a
parent2b417d3cca07b125599859f00bb6f2104d40f3fd (diff)
downloadgcc-96bcb120c4efa171659665478442aa775f3c9546.zip
gcc-96bcb120c4efa171659665478442aa775f3c9546.tar.gz
gcc-96bcb120c4efa171659665478442aa775f3c9546.tar.bz2
(permanent_allocation): Add prototype.
From-SVN: r6726
-rw-r--r--gcc/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index a9d073e..886b85a 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1557,6 +1557,8 @@ extern void rest_of_type_compilation PROTO((tree, int));
/* Save the current set of obstacks, but don't change them. */
extern void push_obstacks_nochange PROTO((void));
+extern void permanent_allocation PROTO((int));
+
extern void push_momentary PROTO((void));
extern void clear_momentary PROTO((void));