still errors...

This commit is contained in:
Niels
2015-02-10 23:55:44 +01:00
parent a201bc981d
commit e845cd1db8
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -2604,7 +2604,7 @@ class basic_json
// set up RE2C
lexer_start:
json_parser_lexer_start:
// set current to the begin of the buffer
m_begin = m_cursor;
@@ -2774,7 +2774,7 @@ lexer_start:
}
json_parser_2:
{
goto lexer_start;
goto json_parser_lexer_start;
}
json_parser_3:
++m_cursor;