Minor extensions and bug fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3087 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-10-20 14:40:05 +00:00
parent 3c33653bdb
commit b680aec6ee
3 changed files with 332 additions and 251 deletions

View file

@ -93,9 +93,15 @@
typedef union {
NSObject *o;
long int i;
Class c;
int i;
unsigned I;
long l;
unsigned long L;
void *p;
unsigned u;
const void *P;
char *s;
const char *S;
} FastMapItem;
typedef struct _FastMapTable FastMapTable_t;

File diff suppressed because it is too large Load diff