From 96bcb120c4efa171659665478442aa775f3c9546 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 8 Mar 1994 12:53:39 -0800 Subject: [PATCH] (permanent_allocation): Add prototype. From-SVN: r6726 --- gcc/tree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index a9d073eb514..886b85aa8b8 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)); -- 2.30.2