Commit ded41e4f by Nathan Sidwell Committed by Nathan Sidwell

parse.y (program): Always call finish_translation_unit.

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

From-SVN: r34629
parent f2c7f507
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.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -431,6 +431,7 @@ extern void yyprint PARAMS ((FILE *, int, YYSTYPE));
%%
program:
/* empty */
{ finish_translation_unit (); }
| extdefs
{ finish_translation_unit (); }
;
......
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