mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Include mruby/endian.h only when MRB_NO_FLOAT is undefined.
This commit is contained in:
+1
-1
@@ -12,9 +12,9 @@
|
||||
#include <mruby/irep.h>
|
||||
#include <mruby/numeric.h>
|
||||
#include <mruby/debug.h>
|
||||
#include <mruby/endian.h>
|
||||
|
||||
#ifndef MRB_NO_FLOAT
|
||||
#include <mruby/endian.h>
|
||||
#ifdef MRB_USE_FLOAT32
|
||||
#define MRB_FLOAT_FMT "%.9g"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user