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:
Richard Frith-MacDonald 2009-10-02 14:41:25 +00:00
parent d33b6b24b8
commit 7b1dbbff0b
2 changed files with 2 additions and 3 deletions

View file

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

View file

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