summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index 58d686d912..873f11bc78 100644
--- a/inits.c
+++ b/inits.c
@@ -3,7 +3,7 @@
inits.c -
$Author: matz $
- $Date: 1994/06/17 14:23:50 $
+ $Date: 1994/08/19 09:32:02 $
created at: Tue Dec 28 16:01:58 JST 1993
Copyright (C) 1994 Yukihiro Matsumoto
@@ -27,6 +27,7 @@ rb_call_inits()
Init_Struct();
Init_String();
Init_Regexp();
+ Init_Glob();
Init_pack();
Init_Range();
Init_IO();