Do not assert when * or [] do not have pointer type in revert_automatic_type_conversi...
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 22:05:57 +0000 (22:05 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 11 Dec 2008 22:05:57 +0000 (22:05 +0000)
commit0f861fc8c0d3ffd1155f6e25f8574469012b5b2f
tree56d5689fbe222fb633211e9126f7c320ae3ee07a
parent6c21d5e0686caf5f815235010c4fcaaf52fa085a
Do not assert when * or [] do not have pointer type in revert_automatic_type_conversion(), but just return the error type. This happens when the types of the operands are wrong.

[r24550]
parser.c