do not undef config macro MRB_USE_FLOAT

This commit is contained in:
Yukihiro Matsumoto
2012-06-28 14:37:32 +09:00
parent 2c7b9faba6
commit e9d56f4ccf
+1 -1
View File
@@ -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 */