c-parse.in (extdef): Append ';'.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 5 Jul 2002 12:31:59 +0000 (12:31 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 5 Jul 2002 12:31:59 +0000 (12:31 +0000)
* c-parse.in (extdef): Append ';'.
(old_style_parm_decls): Append ';'.

From-SVN: r55258

gcc/ChangeLog
gcc/c-parse.in

index 648247aa2765019d60fdfc7dced580e410c1c0a8..2b412cda2367a7e1dc95d4de710db3ab81599294 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
index 2a948328f7341bc71d5499506d4482eacd3f740f..47b5a3a004280c4916a7a69876e22dedd6214751 100644 (file)
@@ -386,6 +386,7 @@ extdefs:
 extdef:
        extdef_1
        { parsing_iso_function_signature = false; } /* Reset after any external definition.  */
+       ;
 
 extdef_1:
        fndef
@@ -797,6 +798,7 @@ old_style_parm_decls:
        {
          parsing_iso_function_signature = false; /* Reset after decls.  */
        }
+       ;
 
 old_style_parm_decls_1:
        /* empty */