aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-11-08 11:54:39 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-11-08 23:51:51 +0900
commita3141e3c76ef057080d5aab22130a326378094e2 (patch)
treea2626210a6fefa9b7f9375084778a73f6f4e261b /inits.c
parent882179a0ecc0dfb1f212334f3c92f90ffc817167 (diff)
downloadruby-a3141e3c76ef057080d5aab22130a326378094e2.tar.gz
Rubified the APIs of pack.c
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c2
1 files changed, 1 insertions, 1 deletions
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