Build AST for [] even if none of the operands has pointer type. This prevents a...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Sep 2008 09:26:22 +0000 (09:26 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 15 Sep 2008 09:26:22 +0000 (09:26 +0000)
commit2322197e2feedc950e3aa0e7fd9fc38ad9fd7971
treef7f91667d0ba1ad039202dcfcaaac42dd1a6e552
parent74f7482d568378516f2139f764a50ae759bec840
Build AST for [] even if none of the operands has pointer type.  This prevents a segfault in the AST printer.  Also always set a return type, even if the ] is missing.

[r21962]
parser.c