FreeBSD / clang fix from Gerald Laplanche
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user