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:
rfm 2013-02-17 15:51:57 +00:00
parent d0d9ba2eea
commit 22e6b210c9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#include "objc-common.g"
@interface Test
GS_OBJC_ROOT_CLASS @interface Test
+(int) testResult;
@end

View file

@ -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;