mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
Minor tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13065 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33d0a29ccd
commit
df3f047940
4 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2002-03-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Headers/gnustep/base/NSInvocation.h:
|
||||||
|
* Headers/gnustep/base/NSNumberFormatter.h:
|
||||||
|
* Headers/gnustep/base/NSObject.h:
|
||||||
|
Minor fixes to build with STRICT_OPENSTEP
|
||||||
|
|
||||||
Sat Mar 9 15:21:04 2002 Adam Fedor <fedor@yogi.doc.com>
|
Sat Mar 9 15:21:04 2002 Adam Fedor <fedor@yogi.doc.com>
|
||||||
|
|
||||||
* Source/NSDistributedNotificationCenter.m (-_connect): Move check
|
* Source/NSDistributedNotificationCenter.m (-_connect): Move check
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
|
|
||||||
#include <Foundation/NSMethodSignature.h>
|
#include <Foundation/NSMethodSignature.h>
|
||||||
|
|
||||||
|
@class NSArgumentInfo;
|
||||||
|
|
||||||
@interface NSInvocation : NSObject
|
@interface NSInvocation : NSObject
|
||||||
{
|
{
|
||||||
NSMethodSignature *_sig;
|
NSMethodSignature *_sig;
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
#ifndef _NSNumberFormatter_h__
|
#ifndef _NSNumberFormatter_h__
|
||||||
#define _NSNumberFormatter_h__
|
#define _NSNumberFormatter_h__
|
||||||
|
|
||||||
|
#ifndef STRICT_OPENSTEP
|
||||||
|
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
#include <Foundation/NSFormatter.h>
|
#include <Foundation/NSFormatter.h>
|
||||||
#include <Foundation/NSDecimalNumber.h>
|
#include <Foundation/NSDecimalNumber.h>
|
||||||
|
@ -95,3 +97,4 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
|
@ -235,6 +235,8 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
||||||
- (BOOL) _dealloc;
|
- (BOOL) _dealloc;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Protocol for garbage collection finalization - same as libFoundation
|
* Protocol for garbage collection finalization - same as libFoundation
|
||||||
* for compatibility.
|
* for compatibility.
|
||||||
|
@ -243,8 +245,6 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
|
||||||
- (void) gcFinalize;
|
- (void) gcFinalize;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <Foundation/NSDate.h>
|
#include <Foundation/NSDate.h>
|
||||||
@interface NSObject (TimedPerformers)
|
@interface NSObject (TimedPerformers)
|
||||||
+ (void) cancelPreviousPerformRequestsWithTarget: (id)obj
|
+ (void) cancelPreviousPerformRequestsWithTarget: (id)obj
|
||||||
|
|
Loading…
Reference in a new issue