Commit 17f44f02 by Nathan Sidwell Committed by Nathan Sidwell

c-parse.in (extdef): Append ';'.

	* c-parse.in (extdef): Append ';'.
	(old_style_parm_decls): Append ';'.

From-SVN: r55258
parent c6f553d1
2002-07-05 Nathan Sidwell <nathan@codesourcery.com>
* c-parse.in (extdef): Append ';'.
(old_style_parm_decls): Append ';'.
2002-07-04 Daniel Jacobowitz <drow@mvista.com> 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
......
...@@ -386,6 +386,7 @@ extdefs: ...@@ -386,6 +386,7 @@ extdefs:
extdef: extdef:
extdef_1 extdef_1
{ parsing_iso_function_signature = false; } /* Reset after any external definition. */ { parsing_iso_function_signature = false; } /* Reset after any external definition. */
;
extdef_1: extdef_1:
fndef fndef
...@@ -797,6 +798,7 @@ old_style_parm_decls: ...@@ -797,6 +798,7 @@ old_style_parm_decls:
{ {
parsing_iso_function_signature = false; /* Reset after decls. */ parsing_iso_function_signature = false; /* Reset after decls. */
} }
;
old_style_parm_decls_1: old_style_parm_decls_1:
/* empty */ /* empty */
......
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