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:
fedor 2001-05-23 14:32:56 +00:00
parent 96f7a05520
commit f812de85b3
9 changed files with 307 additions and 233 deletions

View file

@ -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];