* toplev.c (main): Always init_ggc.

From-SVN: r29229
This commit is contained in:
Richard Henderson 1999-09-09 01:56:16 -07:00 committed by Richard Henderson
parent 94d84bab3e
commit d09b562cb1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 9 01:55:21 1999 Richard Henderson <rth@cygnus.com>
* toplev.c (main): Always init_ggc.
Wed Sep 8 23:53:22 1999 Richard Henderson <rth@cygnus.com>
* except.c (find_all_handler_type_matches): Free the list if

View File

@ -4795,8 +4795,7 @@ main (argc, argv)
#endif
/* Initialize the garbage-collector. */
if (ggc_p)
init_ggc ();
init_ggc ();
ggc_add_root (&input_file_stack, 1, sizeof input_file_stack,
&mark_file_stack);