* toplev.c (main): Always init_ggc.
From-SVN: r29229
This commit is contained in:
parent
94d84bab3e
commit
d09b562cb1
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user