mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
5efd63ee6d
commit
4fb841573a
8 changed files with 450 additions and 324 deletions
|
@ -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:)];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue