Merge pull request #4997 from dearblue/byteorder

Remove byteorder constants; ref 87576b8
This commit is contained in:
Yukihiro "Matz" Matsumoto
2020-05-09 23:01:02 +09:00
committed by GitHub
-3
View File
@@ -13,9 +13,6 @@
#include <mruby/numeric.h>
#include <mruby/debug.h>
#define FLAG_BYTEORDER_NATIVE 2
#define FLAG_BYTEORDER_NONATIVE 0
#ifndef MRB_WITHOUT_FLOAT
#ifdef MRB_USE_FLOAT
#define MRB_FLOAT_FMT "%.9g"