From a3141e3c76ef057080d5aab22130a326378094e2 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Fri, 8 Nov 2019 11:54:39 +0900 Subject: Rubified the APIs of pack.c --- inits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inits.c') diff --git a/inits.c b/inits.c index c4a6a62e03..9ced248618 100644 --- a/inits.c +++ b/inits.c @@ -42,7 +42,6 @@ rb_call_inits(void) CALL(Hash); CALL(Struct); CALL(Regexp); - CALL(pack); CALL(transcode); CALL(marshal); CALL(Range); @@ -73,5 +72,6 @@ rb_call_inits(void) CALL(IO_nonblock); CALL(ast); CALL(vm_trace); + CALL(pack); } #undef CALL -- cgit v1.2.1