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:
richard 1999-01-26 16:24:40 +00:00
parent f6f4f2292c
commit 345ad1b104
6 changed files with 244 additions and 110 deletions

View file

@ -67,6 +67,9 @@ typedef union {
char *s;
const char *S;
SEL C;
gsu8 u8;
gsu16 u16;
gsu32 u32;
} FastArrayItem;
struct _FastArray {

View file

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