summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-28 14:37:32 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-28 14:37:32 +0900
commite9d56f4ccfcd71fa34be36f9457fd60e897036bd (patch)
tree1ec124752ac0b4edc533b3c5fb8f41e3ce93a618 /include
parent2c7b9faba6ebd38def134d339be41a93f96184e8 (diff)
downloadmruby-e9d56f4ccfcd71fa34be36f9457fd60e897036bd.tar.gz
mruby-e9d56f4ccfcd71fa34be36f9457fd60e897036bd.zip
do not undef config macro MRB_USE_FLOAT
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index f496c53d9..4ed481e0b 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -11,7 +11,7 @@
/* configuration options: */
/* add -DMRB_USE_FLOAT to use float instead of double for floating point numbers */
-#undef MRB_USE_FLOAT
+//#define MRB_USE_FLOAT
/* -DDISABLE_XXXX to change to drop the feature */
#define DISABLE_REGEXP /* regular expression classes */