Improve error recovery: Do not create an invalid statement if the semicolon at the...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 5 Feb 2011 09:04:03 +0000 (09:04 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 5 Feb 2011 09:04:03 +0000 (09:04 +0000)
commit6690197a7afd3f80ae4bb97191f6ec003ccb7526
treed656ea37eb4ef93a9d05ba082da0687a417ffb4c
parent99b7e1d870a9db59413f747b251eaeeadf75e9f6
Improve error recovery: Do not create an invalid statement if the semicolon at the end of a goto statement is missing.

[r28307]
parser.c