This commit is contained in:
Akim Demaille
2002-03-04 16:21:52 +00:00
parent bae3c8d209
commit 3af141b0e3
11 changed files with 191 additions and 151 deletions

View File

@@ -1590,7 +1590,7 @@ readgram (void)
}
else if (t == tok_start)
{
parse_start_decl (;)
parse_start_decl ();
t = lex ();
}
#endif