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:
Richard Frith-Macdonald 2002-03-10 06:21:24 +00:00
parent f1cfe6fa76
commit fb7a4352ec
4 changed files with 14 additions and 2 deletions

View file

@ -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>
* Source/NSDistributedNotificationCenter.m (-_connect): Move check

View file

@ -27,6 +27,8 @@
#include <Foundation/NSMethodSignature.h>
@class NSArgumentInfo;
@interface NSInvocation : NSObject
{
NSMethodSignature *_sig;

View file

@ -25,6 +25,8 @@
#ifndef _NSNumberFormatter_h__
#define _NSNumberFormatter_h__
#ifndef STRICT_OPENSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSFormatter.h>
#include <Foundation/NSDecimalNumber.h>
@ -95,3 +97,4 @@
@end
#endif
#endif

View file

@ -235,6 +235,8 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
- (BOOL) _dealloc;
@end
#endif
/*
* Protocol for garbage collection finalization - same as libFoundation
* for compatibility.
@ -243,8 +245,6 @@ GS_EXPORT NSRecursiveLock *gnustep_global_lock;
- (void) gcFinalize;
@end
#endif
#include <Foundation/NSDate.h>
@interface NSObject (TimedPerformers)
+ (void) cancelPreviousPerformRequestsWithTarget: (id)obj