From b304078ae6b3b669c49579117aba85d72901e972 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 16 Jun 2017 03:04:46 +0000 Subject: Merge json-2.1.0 from https://github.com/flori/json https://github.com/flori/json/blob/master/CHANGES.md#2017-04-18-210 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/json/parser/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/json/parser/parser.h') diff --git a/ext/json/parser/parser.h b/ext/json/parser/parser.h index 1d46831965..e6cf779024 100644 --- a/ext/json/parser/parser.h +++ b/ext/json/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; -- cgit v1.2.3