mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
do not undef config macro MRB_USE_FLOAT
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user