mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Added dummy NXConstString implementation for libobjcs which do not have it
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e35160a17
commit
abe9dcbeca
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
/* Dummy NXConstantString impl for so libobjc that doesn't include it */
|
||||
#include <objc/NXConstStr.h>
|
||||
@implementation NXConstantString
|
||||
@end
|
||||
|
||||
@interface Test
|
||||
static int test_result;
|
||||
+(void) load;
|
||||
|
|
Loading…
Reference in a new issue