mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Default to an empty array type
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28761 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cd909d1e6
commit
d97f916035
2 changed files with 2 additions and 3 deletions
|
@ -108,10 +108,10 @@ extern "C" {
|
|||
|
||||
/*
|
||||
* If there is no bitmask defined to supply the types that
|
||||
* may be stored in the array, default to permitting all types.
|
||||
* may be stored in the array, default to none.
|
||||
*/
|
||||
#ifndef GSI_ARRAY_TYPES
|
||||
#define GSI_ARRAY_TYPES GSUNION_ALL
|
||||
#define GSI_ARRAY_TYPES 0
|
||||
#endif
|
||||
|
||||
#ifndef GSIArrayItem
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "Foundation/NSException.h"
|
||||
#include "Foundation/NSZone.h"
|
||||
|
||||
#define GSI_ARRAY_TYPES 0
|
||||
#define GSI_ARRAY_TYPE NSRange
|
||||
|
||||
#define GSI_ARRAY_NO_RELEASE 1
|
||||
|
|
Loading…
Reference in a new issue