summaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/math.c b/math.c
index b314bb9ebf..ad7e863f46 100644
--- a/math.c
+++ b/math.c
@@ -662,6 +662,11 @@ math_lgamma(VALUE obj, VALUE x)
void
Init_Math(void)
{
+}
+
+void
+InitVM_Math(rb_vm_t *vm)
+{
rb_mMath = rb_define_module("Math");
#ifdef M_PI