]> git.mxchange.org Git - simgear.git/commitdiff
Revert an IRIX/O2 only setting again
authorehofman <ehofman>
Thu, 27 Nov 2003 10:23:13 +0000 (10:23 +0000)
committerehofman <ehofman>
Thu, 27 Nov 2003 10:23:13 +0000 (10:23 +0000)
simgear/nasal/nasal.h

index 0d5ff82883dcb94131d7f44d5f5f662502af8a50..417ca67d3438959a775e89c164b8bfe45f7eebf9 100644 (file)
@@ -4,8 +4,6 @@
 extern "C" {
 #endif
 
-#define NASAL_BIG_ENDIAN_32_BIT
-
 // This is a nasal "reference".  They are always copied by value, and
 // contain either a pointer to a garbage-collectable nasal object
 // (string, vector, hash) or a floating point number.  Keeping the