summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/parser.h
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-01-05 00:12:51 +0100
committerFlorian Frank <flori@ping.de>2011-01-05 00:12:51 +0100
commit0b15820e245f4048d1bcd29cd60693e4e211ab43 (patch)
treeabffda1af3d23b47739d88fd089609cffa378ed7 /ext/json/ext/parser/parser.h
parentc87f6f3022f9b7c1b1317e958976e2ed6d4f4ae4 (diff)
downloadjson-0b15820e245f4048d1bcd29cd60693e4e211ab43.tar.gz
renamed :match argument to :match_stringv1.5.0
Diffstat (limited to 'ext/json/ext/parser/parser.h')
-rw-r--r--ext/json/ext/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/parser/parser.h b/ext/json/ext/parser/parser.h
index 877ef67..ed48035 100644
--- a/ext/json/ext/parser/parser.h
+++ b/ext/json/ext/parser/parser.h
@@ -47,7 +47,7 @@ typedef struct JSON_ParserStruct {
VALUE object_class;
VALUE array_class;
int create_additions;
- VALUE match;
+ VALUE match_string;
} JSON_Parser;
#define GET_PARSER \