* parse.y (extdefs): Call ggc_collect.
From-SVN: r32618
This commit is contained in:
parent
f281dd5a9d
commit
432aff6669
@ -1,3 +1,7 @@
|
||||
2000-03-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
|
||||
|
||||
* parse.y (extdefs): Call ggc_collect.
|
||||
|
||||
2000-03-18 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* class.c (build_base_field): Use TYPE_ALIGN to examine a type.
|
||||
|
@ -441,9 +441,9 @@ program:
|
||||
extdefs:
|
||||
{ $<ttype>$ = NULL_TREE; }
|
||||
lang_extdef
|
||||
{ $<ttype>$ = NULL_TREE; }
|
||||
{ $<ttype>$ = NULL_TREE; ggc_collect (); }
|
||||
| extdefs lang_extdef
|
||||
{ $<ttype>$ = NULL_TREE; }
|
||||
{ $<ttype>$ = NULL_TREE; ggc_collect (); }
|
||||
;
|
||||
|
||||
extdefs_opt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user