summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mrbconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 553ed62cc..9bdd11af6 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -60,7 +60,7 @@
/* define on big endian machines; used by MRB_NAN_BOXING, etc. */
#ifndef MRB_ENDIAN_BIG
-# if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && BYTE_ORDER == BIG_ENDIAN
+# if BYTE_ORDER == BIG_ENDIAN
# define MRB_ENDIAN_BIG
# endif
#endif