Array tidyup/optimisation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8509 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2001-01-08 16:45:36 +00:00
parent 5efd63ee6d
commit 4fb841573a
8 changed files with 450 additions and 324 deletions

View file

@ -75,7 +75,7 @@
@class GSString;
@class GSMutableString;
@class GSPlaceholderString;
@class NSGMutableArray;
@class GSMutableArray;
@class NSGMutableDictionary;
@ -4024,7 +4024,7 @@ setupPl()
plInit = (id (*)(id, SEL, unichar*, unsigned))
[NSStringClass instanceMethodForSelector: plSel];
plArray = [NSGMutableArray class];
plArray = [GSMutableArray class];
plAdd = (id (*)(id, SEL, id))
[plArray instanceMethodForSelector: @selector(addObject:)];