Add Power ppc64le platform support
This commit is contained in:
parent
c60e5e6112
commit
fd2d268cdf
@ -87,6 +87,10 @@ typedef enum enum_obobjtype
|
||||
ObMaxType // invalid type, or count of obj type
|
||||
} ObObjType;
|
||||
|
||||
#if defined(__powerpc64__)
|
||||
typedef
|
||||
#endif
|
||||
|
||||
typedef enum enum_obcollationtype
|
||||
{
|
||||
CS_TYPE_INVALID = 0,
|
||||
@ -104,6 +108,10 @@ typedef enum enum_obcollationtype
|
||||
CS_TYPE_MAX,
|
||||
} ObCollationType;
|
||||
|
||||
#if defined(__powerpc64__)
|
||||
typedef
|
||||
#endif
|
||||
|
||||
typedef enum enum_obcollationlevel
|
||||
{
|
||||
CS_LEVEL_EXPLICIT = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user