When parsing k&r parameter identifier lists, do not add the entities to the scope...
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Dec 2008 09:23:24 +0000 (09:23 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Dec 2008 09:23:24 +0000 (09:23 +0000)
commit89e9fbdcfe3cab2253c8c8e856ea10f80ab094e0
tree1745f19b2332a3689cb4403b1a403d9d5ef1af5c
parent6fd82c81483fd3916912336bbf543d287c69069a
When parsing k&r parameter identifier lists, do not add the entities to the scope, if we have none.  This happens for inner declarators.

[r24249]
parser.c