mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
hashtable bugfix
GSI code version optional. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
121c5d6b2e
commit
3e354cabb1
14 changed files with 150 additions and 17 deletions
|
@ -31,12 +31,16 @@
|
|||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSByteOrder.h>
|
||||
|
||||
#define GSI_NEW 1
|
||||
/*
|
||||
* Setup for inline operation of arrays.
|
||||
*/
|
||||
#ifdef GSI_NEW
|
||||
#define GSI_ARRAY_RETAIN(A, X)
|
||||
#define GSI_ARRAY_RELEASE(A, X)
|
||||
#else
|
||||
#define GSI_ARRAY_RETAIN(X)
|
||||
#define GSI_ARRAY_RELEASE(X)
|
||||
#endif
|
||||
#define GSI_ARRAY_TYPES GSUNION_OBJ|GSUNION_SEL|GSUNION_STR
|
||||
|
||||
#include <base/GSIArray.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue