diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 20:53:39 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-08 20:53:39 +0000 |
commit | cd90c7550553729541e711b80d1ba293faecfb25 (patch) | |
tree | 7ef3f781e095f16c90692605431f515a805b924a /gcc/tree.h | |
parent | d002e75322a90d5c43d5680fc833f423448ccec9 (diff) | |
download | gcc-cd90c7550553729541e711b80d1ba293faecfb25.tar.gz |
(permanent_allocation): Add prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |