In strict mode set the error type for a k&r parameter without a type declaration...
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Feb 2009 12:22:28 +0000 (12:22 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Feb 2009 12:22:28 +0000 (12:22 +0000)
commit4633763eb3f6ebdc9b39a2c5a9d5a17a8ecab502
tree7aa637f60ad505b2bfac27bf9cba4f56e47bf42e
parent719bfe87c407f6bbafd996dd48be7b2a624e0d69
In strict mode set the error type for a k&r parameter without a type declaration, so we do not encounter a null pointer later on.

[r25442]
parser.c