Improve error handling: Do not jump to the error_label if expect() finally finds...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Jun 2011 14:08:05 +0000 (16:08 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Jun 2011 14:08:05 +0000 (16:08 +0200)
commit4cbc07ab946847cee922c73947b3169b44e2d5a6
treec7cb4063b3eb61d193ac310e46d279dfc23abf89
parent09bffebac71de44e4170f15fa762cdbfd3b9fb38
Improve error handling: Do not jump to the error_label if expect() finally finds the expected token after dropping some others.
parser.c