X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=thirdparty%2Fqjson%2Fjson_parser.hh;fp=thirdparty%2Fqjson%2Fjson_parser.hh;h=e61ca7c644c6434670257ca6f013bdec1162cab3;hb=0094c61568bff9f9dd7bafb711f111698e683831;hp=673923d9e385be51813417b509705889d63ee992;hpb=c391265484ecb3baa2a00c80658c99ad65963ec6;p=apitrace diff --git a/thirdparty/qjson/json_parser.hh b/thirdparty/qjson/json_parser.hh index 673923d..e61ca7c 100644 --- a/thirdparty/qjson/json_parser.hh +++ b/thirdparty/qjson/json_parser.hh @@ -59,6 +59,8 @@ namespace yy #include #include + #include + class JSonScanner; namespace QJson { @@ -68,8 +70,8 @@ namespace yy #define YYERROR_VERBOSE 1 -/* Line 303 of lalr1.cc. */ -#line 73 "json_parser.hh" +/* Line 35 of lalr1.cc. */ +#line 75 "json_parser.hh" #include "location.hh" @@ -146,7 +148,9 @@ namespace yy NULL_VAL = 13, QUOTMARKOPEN = 14, QUOTMARKCLOSE = 15, - STRING = 16 + STRING = 16, + INFINITY_VAL = 17, + NAN_VAL = 18 }; }; @@ -241,7 +245,7 @@ namespace yy static const unsigned char yytable_[]; static const signed char yytable_ninf_; - static const unsigned char yycheck_[]; + static const signed char yycheck_[]; /// For a state, its accessing symbol. static const unsigned char yystos_[];