Do error recovery if parse_string_literals() is called while not at a string literal...
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 22 May 2012 15:47:46 +0000 (17:47 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 05:31:15 +0000 (07:31 +0200)
commit75ab3816c60b81adb3df5b9c0cdc490eebb424b1
tree394a118ee8cf7ce49335b766f66609572135e9b5
parent98daeda94c7930cf5eaf0df1640450e48dc0cd20
Do error recovery if parse_string_literals() is called while not at a string literal (before it did random stuff).
parser.c