summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/inits.c b/inits.c
index e3456814e8..b8fcb0f826 100644
--- a/inits.c
+++ b/inits.c
@@ -21,7 +21,6 @@ rb_call_inits()
#ifdef THREAD
Init_Thread();
#endif
- Init_GC();
Init_eval();
Init_Comparable();
Init_Enumerable();
@@ -44,6 +43,6 @@ rb_call_inits()
Init_load();
Init_Proc();
Init_Math();
- Init_ext();
+ Init_GC();
Init_version();
}