diff options
| author | mattn <[email protected]> | 2013-02-28 17:52:18 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-28 17:52:18 +0900 |
| commit | 6bee2fd193b94f00c7f4025fc3d62282f867e60d (patch) | |
| tree | cd5117b9769e9f8c687c90d16522a1931c6e5b11 /include/mrbconf.h | |
| parent | fbe041768bf133268b63344957acb05962df41c7 (diff) | |
| download | mruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.tar.gz mruby-6bee2fd193b94f00c7f4025fc3d62282f867e60d.zip | |
Pluggable Math
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 4 |
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 |
