diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ struct parser { int rec_source_loc; int read_unknown_structs; int read_bad_json; + int read_json_int; }; #endif |