parse.y (program): Always call finish_translation_unit.

* parse.y (program): Always call finish_translation_unit.
	* parse.c, parse.h: Rebuilt.

From-SVN: r34629
This commit is contained in:
Nathan Sidwell 2000-06-21 12:19:17 +00:00 committed by Nathan Sidwell
parent f2c7f50748
commit ded41e4fca
3 changed files with 817 additions and 807 deletions

View File

@ -1,3 +1,8 @@
2000-06-21 Nathan Sidwell <nathan@codesourcery.com>
* parse.y (program): Always call finish_translation_unit.
* parse.c, parse.h: Rebuilt.
2000-06-20 Zack Weinberg <zack@wolery.cumb.org>
* method.c: Don't include hard-reg-set.h.

File diff suppressed because it is too large Load Diff

View File

@ -431,6 +431,7 @@ extern void yyprint PARAMS ((FILE *, int, YYSTYPE));
%%
program:
/* empty */
{ finish_translation_unit (); }
| extdefs
{ finish_translation_unit (); }
;