Add comment.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@266 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-04-04 16:09:39 +00:00
parent 38961aced1
commit d4af5870e6

View file

@ -51,7 +51,9 @@
if (self == [String class])
{
[self setVersion:0]; /* beta release */
/* xxx eventually: class_add_behavior_category(NSStringStuff) */
/* xxx eventually: class_add_behavior_category(NSStringStuff),
but we'll have to be careful about these methods overriding
the ones inherited in NSCString from NSString! */
}
}