From 160f60b5e3a448cff93a77fdacde5efa0da5c47a Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 17 Apr 1996 13:10:23 +0000 Subject: [PATCH] Insert contents of git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1402 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSString.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Headers/gnustep/base/NSString.h b/Headers/gnustep/base/NSString.h index 189f0049d..a76c7ca13 100644 --- a/Headers/gnustep/base/NSString.h +++ b/Headers/gnustep/base/NSString.h @@ -1,5 +1,5 @@ /* Interface for NSObject for GNUStep - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum Date: 1995 @@ -276,4 +276,14 @@ compiler warning. @interface NXConstantString : NSGCString @end +#ifndef NO_GNUSTEP + +#include +#include + +@interface NSString (GNU) +@end + +#endif /* NO_GNUSTEP */ + #endif /* __NSString_h_OBJECTS_INCLUDE */