mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix #ifndef macro name; NSArray, not NSString!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a11e8a9043
commit
dfe717a916
1 changed files with 4 additions and 4 deletions
|
@ -27,14 +27,14 @@
|
|||
IndexedCollecting---they are Collection objects just like in
|
||||
Smalltalk. */
|
||||
|
||||
#ifndef __objects_NSString_h_OBJECTS_INCLUDE
|
||||
#define __objects_NSString_h_OBJECTS_INCLUDE
|
||||
#ifndef __objects_NSArray_h_OBJECTS_INCLUDE
|
||||
#define __objects_NSArray_h_OBJECTS_INCLUDE
|
||||
|
||||
#include <objects/stdobjects.h>
|
||||
#include <objects/IndexedCollecting.h>
|
||||
#include <objects/String.h>
|
||||
|
||||
/* Eventually we'll make a Contant version of this protocol. */
|
||||
/* Eventually we'll make a Constant version of this protocol. */
|
||||
@interface NSArray (GNU) <IndexedCollecting>
|
||||
@end
|
||||
|
||||
|
@ -46,4 +46,4 @@
|
|||
- setGrowFactor: (unsigned)aNum;
|
||||
@end
|
||||
|
||||
#endif /* __objects_NSString_h_OBJECTS_INCLUDE */
|
||||
#endif /* __objects_NSArray_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue