[patch] c-parse.in

Nathan Sidwell nathan@codesourcery.com
Fri Jul 5 05:37:00 GMT 2002


Hi,
installed some obviously missing ';'s. fallout from Kaveh's patch.

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
-------------- next part --------------
2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>

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

Index: c-parse.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-parse.in,v
retrieving revision 1.146
diff -c -3 -p -r1.146 c-parse.in
*** c-parse.in	3 Jul 2002 02:41:30 -0000	1.146
--- c-parse.in	5 Jul 2002 12:29:20 -0000
*************** extdefs:
*** 386,391 ****
--- 386,392 ----
  extdef:
  	extdef_1
  	{ parsing_iso_function_signature = false; } /* Reset after any external definition.  */
+ 	;
  
  extdef_1:
  	fndef
*************** old_style_parm_decls:
*** 797,802 ****
--- 798,804 ----
  	{
  	  parsing_iso_function_signature = false; /* Reset after decls.  */
  	}
+ 	;
  
  old_style_parm_decls_1:
  	/* empty */


More information about the Gcc-patches mailing list