Attempts to cope with new runtime's failure to link without base.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29636 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-15 09:35:20 +00:00
parent da2a563929
commit f77619ab3c
11 changed files with 52 additions and 46 deletions

View file

@ -16,8 +16,7 @@
as an option to gcc. If it doesn't work, it means your gcc doesn't
support this option. */
#include <objc/objc.h>
#include <objc/Object.h>
#include "objc-common.g"
/* Define our custom constant string class */
@interface FooConstantString : Object