lang/angelscript: remove unnecessary AS_BIG_ENDIAN
Reported by: jbeich
This commit is contained in:
parent
a60a6473c2
commit
e396992582
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509725
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
--- ../../source/as_config.h.orig 2019-07-28 15:58:25.283690000 +0200
|
||||
+++ ../../source/as_config.h 2019-07-28 16:08:34.592212000 +0200
|
||||
@@ -953,6 +953,9 @@
|
||||
@@ -953,6 +953,8 @@
|
||||
#define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY)
|
||||
#define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK
|
||||
#define AS_X86
|
||||
+ #elif defined(__powerpc64__)
|
||||
+ #define AS_BIG_ENDIAN
|
||||
+ #define AS_MAX_PORTABILITY
|
||||
#elif defined(__LP64__)
|
||||
#define AS_X64_GCC
|
||||
|
|
Loading…
Reference in a new issue