From e580a631be59d4c7b8d415f4fba907746a72a0b5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 1 Dec 2014 06:38:04 +0000 Subject: use 0 for reserved use 0 for rb_data_type_t::reserved instead of NULL, since its type may be changed in the future and possibly not a pointer type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/win32ole_variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/win32ole/win32ole_variable.c') diff --git a/ext/win32ole/win32ole_variable.c b/ext/win32ole/win32ole_variable.c index 9b142f9cd2..dd583828f2 100644 --- a/ext/win32ole/win32ole_variable.c +++ b/ext/win32ole/win32ole_variable.c @@ -25,7 +25,7 @@ static VALUE folevariable_inspect(VALUE self); static const rb_data_type_t olevariable_datatype = { "win32ole_variable", {NULL, olevariable_free, olevariable_size,}, - NULL, NULL, RUBY_TYPED_FREE_IMMEDIATELY + 0, 0, RUBY_TYPED_FREE_IMMEDIATELY }; static void -- cgit v1.2.3