diff options
Diffstat (limited to 'gcc/c-parser.c')
-rw-r--r-- | gcc/c-parser.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/c-parser.c b/gcc/c-parser.c index ddb81e1..feec8a4 100644 --- a/gcc/c-parser.c +++ b/gcc/c-parser.c @@ -8604,10 +8604,7 @@ c_parse_file (void) /* Initialize EH, if we've been told to do so. */ if (flag_exceptions) - { - default_init_unwind_resume_libfunc (); - using_eh_for_cleanups (); - } + using_eh_for_cleanups (); c_parser_translation_unit (the_parser); the_parser = NULL; |