From e599d8d197ba5ca7fd5ef3a7dd63f9d174c2ec3d Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 5 Dec 2014 13:43:13 +0000 Subject: * ext/psych/lib/psych.rb: bump version to 2.0.8 * ext/psych/psych.gemspec: ditto. * ext/psych/psych_emitter.c: ditto. * ext/psych/psych_parser.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/psych_parser.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/psych/psych_parser.c') diff --git a/ext/psych/psych_parser.c b/ext/psych/psych_parser.c index 6b72195625..faae460dd0 100644 --- a/ext/psych/psych_parser.c +++ b/ext/psych/psych_parser.c @@ -62,7 +62,9 @@ static const rb_data_type_t psych_parser_type = { "Psych/parser", {0, dealloc, 0,}, 0, 0, +#ifdef RUBY_TYPED_FREE_IMMEDIATELY RUBY_TYPED_FREE_IMMEDIATELY, +#endif }; static VALUE allocate(VALUE klass) -- cgit v1.2.3