Use next_token() instead of eat() after eat_until_matching_token(), because we could...
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 2 Jan 2009 11:43:19 +0000 (11:43 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 2 Jan 2009 11:43:19 +0000 (11:43 +0000)
commitc661678e3b545c716b63149512f4c444679cd7d7
tree1b31f44269d0bb9909d9f9a40f565e77ff602c52
parent3245bcebc2b1cec35c424f7196b8c9fe72b0cd1c
Use next_token() instead of eat() after eat_until_matching_token(), because we could have reached EOF.

[r25039]
parser.c