From 2f4a20e3a1549186d0ff7e40584bf1f8e8ead904 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Thu, 23 Mar 1995 03:43:52 +0000 Subject: [PATCH] Additional comments. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@181 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/String.h | 7 +++++++ Source/objects/String.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Headers/gnustep/base/String.h b/Headers/gnustep/base/String.h index d25c6c3d9..87b2f8388 100644 --- a/Headers/gnustep/base/String.h +++ b/Headers/gnustep/base/String.h @@ -24,6 +24,11 @@ #ifndef __String_h_OBJECTS_INCLUDE #define __String_h_OBJECTS_INCLUDE +/* xxx These method names need to be fixed because we will get + type conflicts with GNUSTEP. + Perhaps I'll just get rid of the GNU String objects and just + transfer this functionality into NSSTring and friends. */ + #include #include #include @@ -39,6 +44,8 @@ typedef unsigned short Character; collection of characters. So, all the collection methods are available. Nice. */ +/* Think about changing these names to avoid conflicts with OpenStep? */ + @protocol String // INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!; diff --git a/Source/objects/String.h b/Source/objects/String.h index d25c6c3d9..87b2f8388 100644 --- a/Source/objects/String.h +++ b/Source/objects/String.h @@ -24,6 +24,11 @@ #ifndef __String_h_OBJECTS_INCLUDE #define __String_h_OBJECTS_INCLUDE +/* xxx These method names need to be fixed because we will get + type conflicts with GNUSTEP. + Perhaps I'll just get rid of the GNU String objects and just + transfer this functionality into NSSTring and friends. */ + #include #include #include @@ -39,6 +44,8 @@ typedef unsigned short Character; collection of characters. So, all the collection methods are available. Nice. */ +/* Think about changing these names to avoid conflicts with OpenStep? */ + @protocol String // INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;