Remove byteorder constants; ref 87576b8

The `FLAG_BYTEORDER_NATIVE` and `FLAG_BYTEORDER_NONATIVE` are no longer
needed.
This commit is contained in:
dearblue
2020-05-09 22:30:05 +09:00
parent 8cdf6a87ed
commit f6c2662632
-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"