mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Use GSObjCRuntime functions for selector types until/unless we can get
a standard runtime API that handles them. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca854a4b3c
commit
050f3f7190
7 changed files with 29 additions and 71 deletions
|
@ -44,18 +44,12 @@
|
|||
#import "Foundation/NSString.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
|
||||
/* These headers needed for string localisation ... hopefully we will
|
||||
* localise all the exceptions and debug/error messages in all the source
|
||||
* some day, so localisation needs ot be in the common header for all code.
|
||||
*/
|
||||
#import "Foundation/NSBundle.h"
|
||||
#import "GNUstepBase/NSBundle+GNUstepBase.h"
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#if defined(__GNUSTEP_RUNTIME__) || defined(NeXT_RUNTIME)
|
||||
#define objc_malloc(x) malloc(x)
|
||||
#define objc_realloc(p, s) realloc(p, s)
|
||||
#define objc_free(x) free(x)
|
||||
#endif
|
||||
|
||||
// Semi-private GNU[step] runtime function.
|
||||
IMP get_imp(Class, SEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue