mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
attempt fix for libobjc2 detection
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36158 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0d9ba2eea
commit
22e6b210c9
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "objc-common.g"
|
||||
|
||||
@interface Test
|
||||
GS_OBJC_ROOT_CLASS @interface Test
|
||||
+(int) testResult;
|
||||
@end
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
/* Provide an implementation of NXConstantString for an old libobjc when
|
||||
built stand-alone without an NXConstantString implementation. */
|
||||
#if !defined(NeXT_RUNTIME) && !defined(__GNUSTEP_RUNTIME__)
|
||||
GS_OBJC_ROOT_CLASS @implementation NXConstantString
|
||||
@implementation NXConstantString
|
||||
- (const char*) cString
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue