mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2920 from cremno/fix-irep-float-dump-format-string-for-mrb_use_float
irep dump: fix format string for MRB_USE_FLOAT
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
#define FLAG_BYTEORDER_NONATIVE 0
|
||||
|
||||
#ifdef MRB_USE_FLOAT
|
||||
#define MRB_FLOAT_FMT "%.9e"
|
||||
#define MRB_FLOAT_FMT "%.8e"
|
||||
#else
|
||||
#define MRB_FLOAT_FMT "%.16e"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user