summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 05:29:22 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-28 05:29:22 -0800
commit2eef8f254f53265e61087bb7375f2d6cc97633fd (patch)
treecd5117b9769e9f8c687c90d16522a1931c6e5b11 /include
parentfbe041768bf133268b63344957acb05962df41c7 (diff)
parent6bee2fd193b94f00c7f4025fc3d62282f867e60d (diff)
downloadmruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.tar.gz
mruby-2eef8f254f53265e61087bb7375f2d6cc97633fd.zip
Merge pull request #910 from mattn/pluggable_math
Pluggable Math
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 092e02d11..45e3d6034 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -45,7 +45,6 @@
/* -DDISABLE_XXXX to drop following features */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
-//#define DISABLE_MATH /* Math functions */
//#define DISABLE_STRUCT /* Struct class */
//#define DISABLE_STDIO /* use of stdio */
@@ -85,9 +84,6 @@ typedef short mrb_sym;
#ifndef DISABLE_SPRINTF
#define ENABLE_SPRINTF
#endif
-#ifndef DISABLE_MATH
-#define ENABLE_MATH
-#endif
#ifndef DISABLE_STRUCT
#define ENABLE_STRUCT
#endif