]> git.mxchange.org Git - simgear.git/commitdiff
Fix typo in _M_IX86
authorandy <andy>
Mon, 2 Apr 2007 21:32:41 +0000 (21:32 +0000)
committerandy <andy>
Mon, 2 Apr 2007 21:32:41 +0000 (21:32 +0000)
simgear/nasal/naref.h

index f12a75dabbc1042324b77ad4ba7beec8e223fe3a..918b4c2124bff71f0b766bd579921e9e144de159 100644 (file)
@@ -9,7 +9,7 @@
 /* Win64 and Irix should work with this too, but have not been
  * tested */
 #   define NASAL_NAN64
-#elif defined(_M_X86)   || defined(i386)    || defined(__x86_64) || \
+#elif defined(_M_IX86)   || defined(i386)    || defined(__x86_64) || \
     defined(__ia64__) || defined(_M_IA64) || defined(__ARMEL__) 
 # define NASAL_LE
 #elif defined(__sparc) || defined(__ppc__) || defined(__mips) || \