diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:53:39 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:53:39 -0800 |
commit | 96bcb120c4efa171659665478442aa775f3c9546 (patch) | |
tree | 7ef3f781e095f16c90692605431f515a805b924a /gcc | |
parent | 2b417d3cca07b125599859f00bb6f2104d40f3fd (diff) | |
download | gcc-96bcb120c4efa171659665478442aa775f3c9546.zip gcc-96bcb120c4efa171659665478442aa775f3c9546.tar.gz gcc-96bcb120c4efa171659665478442aa775f3c9546.tar.bz2 |
(permanent_allocation): Add prototype.
From-SVN: r6726
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)); |