mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Remove some static initialization.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96f7a05520
commit
f812de85b3
9 changed files with 307 additions and 233 deletions
|
@ -330,6 +330,10 @@ handle_printf_atsign (FILE *stream,
|
|||
beenHere = YES;
|
||||
plSel = @selector(initWithCharacters:length:);
|
||||
cMemberSel = @selector(characterIsMember:);
|
||||
caiSel = @selector(characterAtIndex:);
|
||||
gcrSel = @selector(getCharacters:range:);
|
||||
ranSel = @selector(rangeOfComposedCharacterSequenceAtIndex:);
|
||||
|
||||
_DefaultStringEncoding = GetDefEncoding();
|
||||
NSStringClass = self;
|
||||
[self setVersion: 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue