aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/marshal/usr/usrmarshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/-test-/marshal/usr/usrmarshal.c')
-rw-r--r--ext/-test-/marshal/usr/usrmarshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/marshal/usr/usrmarshal.c b/ext/-test-/marshal/usr/usrmarshal.c
index 056f0326c0..0c9e079af2 100644
--- a/ext/-test-/marshal/usr/usrmarshal.c
+++ b/ext/-test-/marshal/usr/usrmarshal.c
@@ -9,7 +9,7 @@ usr_size(const void *ptr)
static const rb_data_type_t usrmarshal_type = {
"UsrMarshal",
{0, RUBY_DEFAULT_FREE, usr_size,},
- NULL, NULL,
+ 0, 0,
RUBY_TYPED_FREE_IMMEDIATELY|RUBY_TYPED_WB_PROTECTED,
};