prepare for upload
[debian/yforth] / config.h
index 571924713bff44e99419d59e0affb31d791be5a2..67142318b6eaa297944887ae8ea0a1632c3acedf 100644 (file)
--- a/config.h
+++ b/config.h
  * it if your machine is big-endian (e.g. Motorola, Sparc...)
  * Note that some compilers have LITTLE_ENDIAN yet defined.
  */
-#if __BYTE_ORDER == __LITTLE_ENDIAN
+#ifndef LITTLE_ENDIAN
+# if __BYTE_ORDER == __LITTLE_ENDIAN
 #      define LITTLE_ENDIAN
-#else
+# else
 #      undef  LITTLE_ENDIAN
+# endif
 #endif
 
 /* When DCELL_MEM is defined, double cell transfer is realized by memory