summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authormattn <[email protected]>2013-02-28 17:52:18 +0900
committermattn <[email protected]>2013-02-28 17:52:18 +0900
commit6bee2fd193b94f00c7f4025fc3d62282f867e60d (patch)
treecd5117b9769e9f8c687c90d16522a1931c6e5b11 /include/mrbconf.h
parentfbe041768bf133268b63344957acb05962df41c7 (diff)
downloadmruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.tar.gz
mruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.zip
Pluggable Math
Diffstat (limited to 'include/mrbconf.h')
-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