(permanent_allocation): Add prototype.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:53:39 +0000 (12:53 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:53:39 +0000 (12:53 -0800)
From-SVN: r6726

gcc/tree.h

index a9d073eb51410840c2db11686e3c3b0a8c9e75b7..886b85aa8b87ebcfb4ca771de70962e3f8d235f2 100644 (file)
@@ -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));