mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Fix #define issues.
This commit is contained in:
parent
7799824de6
commit
4edcc3f697
2 changed files with 6 additions and 1 deletions
|
@ -202,4 +202,8 @@ extern "C" {
|
||||||
- (instancetype) initWithCoder: (NSCoder *)coder;
|
- (instancetype) initWithCoder: (NSCoder *)coder;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* _NSOrderedSet_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
|
@ -1144,7 +1144,8 @@ static SEL rlSel;
|
||||||
|
|
||||||
- (BOOL) intersectsSet: (NSSet *)otherSet
|
- (BOOL) intersectsSet: (NSSet *)otherSet
|
||||||
{
|
{
|
||||||
id o = nil, e = nil;
|
id o = nil;
|
||||||
|
NSEnumerator *e = nil;
|
||||||
|
|
||||||
// -1. If this set is empty, this method should return NO.
|
// -1. If this set is empty, this method should return NO.
|
||||||
if ([self count] == 0)
|
if ([self count] == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue