FreeBSD / clang fix from Gerald Laplanche

This commit is contained in:
James Turner
2015-03-11 09:46:03 +00:00
parent 7d2ecef14a
commit 384a700e05

View File

@@ -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