Comment fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 13:56:13 +00:00
parent fb5b2f86d5
commit 7c4cd74195

View file

@ -28,6 +28,7 @@
#include <objects/IndexedCollectionPrivate.h>
#include <objects/MallocAddress.h>
#include <Foundation/NSValue.h>
#include <objects/behavior.h>
/* memcpy(), strlen(), strcmp() are gcc builtin's */
@implementation NSGCString
@ -37,7 +38,7 @@
length: (unsigned int)length
freeWhenDone: (BOOL)flag
{
/* assert(!flag); /* xxx need to make a subclass to handle this. */
/* assert(!flag); xxx need to make a subclass to handle this. */
_count = length;
_contents_chars = byteString;
_free_contents = flag;