From: andy Date: Mon, 2 Apr 2007 21:32:41 +0000 (+0000) Subject: Fix typo in _M_IX86 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a458e26581bf65b8db9032f387b3974a17d10440;p=simgear.git Fix typo in _M_IX86 --- diff --git a/simgear/nasal/naref.h b/simgear/nasal/naref.h index f12a75da..918b4c21 100644 --- a/simgear/nasal/naref.h +++ b/simgear/nasal/naref.h @@ -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) || \