summaryrefslogtreecommitdiff
path: root/ext/psych/psych_emitter.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-05 13:43:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-05 13:43:13 +0000
commite599d8d197ba5ca7fd5ef3a7dd63f9d174c2ec3d (patch)
tree08baa441bcf2020096685e76f6681af0daaa778c /ext/psych/psych_emitter.c
parent8a7690a5eda55aa218211490b990f982eaea4930 (diff)
* 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
Diffstat (limited to 'ext/psych/psych_emitter.c')
-rw-r--r--ext/psych/psych_emitter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/psych/psych_emitter.c b/ext/psych/psych_emitter.c
index 3fc8170f6a..4ba238102b 100644
--- a/ext/psych/psych_emitter.c
+++ b/ext/psych/psych_emitter.c
@@ -42,7 +42,9 @@ static const rb_data_type_t psych_emitter_type = {
"Psych/emitter",
{0, dealloc, 0,},
0, 0,
+#ifdef RUBY_TYPED_FREE_IMMEDIATELY
RUBY_TYPED_FREE_IMMEDIATELY,
+#endif
};
static VALUE allocate(VALUE klass)