From e9d56f4ccfcd71fa34be36f9457fd60e897036bd Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Thu, 28 Jun 2012 14:37:32 +0900 Subject: do not undef config macro MRB_USE_FLOAT --- include/mrbconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3