We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f5711 commit 587689dCopy full SHA for 587689d
src/json/parser.y
@@ -7,7 +7,7 @@
7
8
int yyjsonlex();
9
extern char *yyjsontext;
10
-extern std::size_t yyjsonleng;
+extern int yyjsonleng; // really an int, not a size_t
11
12
static std::string convert_TOK_STRING()
13
{
0 commit comments