mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
3c33653bdb
commit
b680aec6ee
3 changed files with 332 additions and 251 deletions
|
@ -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;
|
||||
|
|
546
Source/NSData.m
546
Source/NSData.m
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue