Improve eat_until_matching_token(), so it does not eat too much, when encountering...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 09:54:58 +0000 (09:54 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 23 Aug 2008 09:54:58 +0000 (09:54 +0000)
commit0bfa34ecd80653972ea50ae6ec11d7f8a5787d7f
tree61df65bc70d76b6de28bcae27ba6c31bb7fd13a4
parentcd24f33c24e552774d431fedc17ecc00d02b2cb9
Improve eat_until_matching_token(), so it does not eat too much, when encountering a matching ')', '}' or ']'.

[r21376]
parser.c