summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.h
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-09-23 18:37:50 +0300
committerFlorian Frank <flori@ping.de>2016-09-23 19:38:00 +0300
commit1d00c8da715eec2e56e2602b001c28f33c32c046 (patch)
tree635555280cd0cc645d71937efa284124e9c2983c /ext/json/ext/parser/parser.h
parent8c7eb9e93916f2d863fc9ead9422427e243a5956 (diff)
downloadjson-parsing-numbers-with-specified-number-classes.tar.gz
Diffstat (limited to 'ext/json/ext/parser/parser.h')
-rw-r--r--ext/json/ext/parser/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/ext/parser/parser.h b/ext/json/ext/parser/parser.h
index 1d46831..e6cf779 100644
--- a/ext/json/ext/parser/parser.h
+++ b/ext/json/ext/parser/parser.h
@@ -39,6 +39,7 @@ typedef struct JSON_ParserStruct {
int symbolize_names;
VALUE object_class;
VALUE array_class;
+ VALUE decimal_class;
int create_additions;
VALUE match_string;
FBuffer *fbuffer;