mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
69402a97e2
commit
e59030fd14
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