From: James Turner Date: Wed, 11 Mar 2015 09:46:03 +0000 (+0000) Subject: FreeBSD / clang fix from Gerald Laplanche X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=384a700e05a0aaab7dfadda37eecfeb49aae203d;p=simgear.git FreeBSD / clang fix from Gerald Laplanche --- diff --git a/simgear/nasal/naref.h b/simgear/nasal/naref.h index 2ff9d578..a8a7167f 100644 --- a/simgear/nasal/naref.h +++ b/simgear/nasal/naref.h @@ -17,7 +17,7 @@ # else # error Unrecognized endianness # endif -#elif defined(_M_IX86) || defined(i386) || defined(__x86_64) || \ +#elif defined(_M_IX86) || defined(__i386) || defined(__x86_64) || \ defined(__ia64__) || defined(_M_IA64) || defined(__ARMEL__) || \ defined(_M_X64) || defined(_M_ARM) # define NASAL_LE