In strict mode do not generate an implicit function declaration, but an error declara...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Sep 2008 14:12:00 +0000 (14:12 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Sep 2008 14:12:00 +0000 (14:12 +0000)
commit27490ed0321fd439eb9ee061a0cff62fbb569821
tree32dd16887407354b4d12a2ca7d93557ae94c866b
parent773477684d56d62d47a7bbf5dea277c0df4b4171
In strict mode do not generate an implicit function declaration, but an error declaration.  This prevents stray warnings about incompatible return types later on.

[r21973]
parser.c