Only assume it is a k&r-declaration, if the unknown identifier in the parameter list...
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 12 Sep 2008 12:33:42 +0000 (12:33 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 12 Sep 2008 12:33:42 +0000 (12:33 +0000)
commit43f6b44f389409af5b6162d831fe7c5c79f2ccb3
treec62f6759e04c3943e4fe33a9ec7e2e3037984fd7
parenta4c454aa09c51a934718825c8635bd432a826c35
Only assume it is a k&r-declaration, if the unknown identifier in the parameter list is followed by a , or ).  This leads to better error messages.

[r21896]
parser.c