Commit d09b562c by Richard Henderson Committed by Richard Henderson

* toplev.c (main): Always init_ggc.

From-SVN: r29229
parent 94d84bab
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment