mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
avoid obsolete include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29667 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
47810e15de
commit
4d95ad4f42
11 changed files with 5 additions and 23 deletions
|
@ -115,20 +115,8 @@ GS_EXPORT void NSDecimalFromComponents(NSDecimal *result,
|
|||
unsigned long long mantissa,
|
||||
short exponent, BOOL negative);
|
||||
|
||||
GS_EXPORT BOOL GSDebugSet(NSString *level);
|
||||
|
||||
GS_EXPORT NSThread *GSCurrentThread(void);
|
||||
GS_EXPORT NSMutableDictionary *GSCurrentThreadDictionary(void);
|
||||
|
||||
GS_EXPORT NSString *GSDebugMethodMsg(id obj, SEL sel, const char *file,
|
||||
int line, NSString *fmt);
|
||||
GS_EXPORT NSString *GSDebugFunctionMsg(const char *func, const char *file,
|
||||
int line, NSString *fmt);
|
||||
|
||||
#endif /* OS_API_VERSION(GS_API_NONE,GS_API_NONE) */
|
||||
|
||||
#include <GNUstepBase/NSTask+GS.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue