diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 16:46:24 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 16:46:24 +0000 |
commit | 6a0ae348a7ba03b19c659fc5665a006253077b2a (patch) | |
tree | 1ef7f51a92bb7772d1a5442e68d47fb8473a35f9 /gcc/function.h | |
parent | 3b28840692db43ac6b8adc4245ed0ca1dcf73cbe (diff) | |
download | gcc-6a0ae348a7ba03b19c659fc5665a006253077b2a.tar.gz |
* varasm.c (restore_varasm_status): New.
* function.h: Declare it.
* function.c (pop_function_context_from): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 8eeda3a2902..c4419604d74 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -592,6 +592,7 @@ extern void free_after_parsing PARAMS ((struct function *)); extern void free_after_compilation PARAMS ((struct function *)); extern void init_varasm_status PARAMS ((struct function *)); +extern void restore_varasm_status PARAMS ((struct function *)); extern void free_varasm_status PARAMS ((struct function *)); extern void free_emit_status PARAMS ((struct function *)); extern void free_stmt_status PARAMS ((struct function *)); |