mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
fb5b2f86d5
commit
7c4cd74195
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
#include <objects/IndexedCollectionPrivate.h>
|
#include <objects/IndexedCollectionPrivate.h>
|
||||||
#include <objects/MallocAddress.h>
|
#include <objects/MallocAddress.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
|
#include <objects/behavior.h>
|
||||||
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
/* memcpy(), strlen(), strcmp() are gcc builtin's */
|
||||||
|
|
||||||
@implementation NSGCString
|
@implementation NSGCString
|
||||||
|
@ -37,7 +38,7 @@
|
||||||
length: (unsigned int)length
|
length: (unsigned int)length
|
||||||
freeWhenDone: (BOOL)flag
|
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;
|
_count = length;
|
||||||
_contents_chars = byteString;
|
_contents_chars = byteString;
|
||||||
_free_contents = flag;
|
_free_contents = flag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue