diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-28 05:29:22 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-02-28 05:29:22 -0800 |
| commit | 2eef8f254f53265e61087bb7375f2d6cc97633fd (patch) | |
| tree | cd5117b9769e9f8c687c90d16522a1931c6e5b11 /src/init.c | |
| parent | fbe041768bf133268b63344957acb05962df41c7 (diff) | |
| parent | 6bee2fd193b94f00c7f4025fc3d62282f867e60d (diff) | |
| download | mruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.tar.gz mruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.zip | |
Merge pull request #910 from mattn/pluggable_math
Pluggable Math
Diffstat (limited to 'src/init.c')
| -rw-r--r-- | src/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.c b/src/init.c index a5727561d..a630a3307 100644 --- a/src/init.c +++ b/src/init.c @@ -57,9 +57,6 @@ mrb_init_core(mrb_state *mrb) #ifdef ENABLE_STDIO mrb_init_print(mrb); DONE; #endif -#ifdef ENABLE_MATH - mrb_init_math(mrb); DONE; -#endif mrb_init_mrblib(mrb); DONE; #ifndef DISABLE_GEMS mrb_init_mrbgems(mrb); DONE; |
