From: Jim Wilson Date: Tue, 8 Mar 1994 20:53:39 +0000 (-0800) Subject: (permanent_allocation): Add prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96bcb120c4efa171659665478442aa775f3c9546;p=gcc.git (permanent_allocation): Add prototype. From-SVN: r6726 --- 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));