From ae7f855eb7be4905bbdb7d53dbe1aa9a4a1f80da Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 3 Apr 1995 00:05:02 +0000 Subject: [PATCH] (NXConstantString): Declaration #if'ed out. Moved to foundation/NSString.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@224 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/String.h | 2 ++ Source/objects/String.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Headers/gnustep/base/String.h b/Headers/gnustep/base/String.h index 87b2f8388..3ef69c9db 100644 --- a/Headers/gnustep/base/String.h +++ b/Headers/gnustep/base/String.h @@ -158,8 +158,10 @@ typedef unsigned short Character; @interface ConstantString : CString @end +#if 0 /* Moved to foundation/NSString.h */ /* The compiler makes @""-strings into NXConstantString's */ @interface NXConstantString : ConstantString @end +#endif /* 0 */ #endif /* __String_h_OBJECTS_INCLUDE */ diff --git a/Source/objects/String.h b/Source/objects/String.h index 87b2f8388..3ef69c9db 100644 --- a/Source/objects/String.h +++ b/Source/objects/String.h @@ -158,8 +158,10 @@ typedef unsigned short Character; @interface ConstantString : CString @end +#if 0 /* Moved to foundation/NSString.h */ /* The compiler makes @""-strings into NXConstantString's */ @interface NXConstantString : ConstantString @end +#endif /* 0 */ #endif /* __String_h_OBJECTS_INCLUDE */