summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.h
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-10-02 22:29:31 +0200
committerFlorian Frank <flori@ping.de>2011-10-02 22:29:31 +0200
commit0dacb54bcdf3c40cc38dae26f04b780024460b45 (patch)
tree01cb3066dc40659169ffb94430d74b3ae0f4b2f4 /ext/json/ext/parser/parser.h
parent5dcfa3711a14a6a027ce6b2b62d9117fb78da1b7 (diff)
parent6b7e16bc6aa453507dadc6959e158372cab641b9 (diff)
downloadjson-0dacb54bcdf3c40cc38dae26f04b780024460b45.tar.gz
Merge branch 'master' of https://github.com/MagLev/json into MagLev-master
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 da6fc5c..051f79c 100644
--- a/ext/json/ext/parser/parser.h
+++ b/ext/json/ext/parser/parser.h
@@ -34,6 +34,7 @@ typedef unsigned char UTF8; /* typically 8 bits */
#define UNI_SUR_LOW_END (UTF32)0xDFFF
typedef struct JSON_ParserStruct {
+ VALUE dwrapped_parser;
VALUE Vsource;
char *source;
long len;