mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
More 64-bit clean alterations.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f6f4f2292c
commit
345ad1b104
6 changed files with 244 additions and 110 deletions
|
@ -67,6 +67,9 @@ typedef union {
|
|||
char *s;
|
||||
const char *S;
|
||||
SEL C;
|
||||
gsu8 u8;
|
||||
gsu16 u16;
|
||||
gsu32 u32;
|
||||
} FastArrayItem;
|
||||
|
||||
struct _FastArray {
|
||||
|
|
|
@ -103,6 +103,9 @@ typedef union {
|
|||
const void *P;
|
||||
char *s;
|
||||
const char *S;
|
||||
gsu8 u8;
|
||||
gsu16 u16;
|
||||
gsu32 u32;
|
||||
} FastMapItem;
|
||||
|
||||
typedef struct _FastMapTable FastMapTable_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue