Massive tidy up

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-07-03 11:47:17 +00:00
parent dae20769ac
commit 7617609b41
17 changed files with 745 additions and 379 deletions

View file

@ -595,6 +595,7 @@ static BOOL double_release_check_enabled = NO;
{
if (self == [NSObject class])
{
extern void GSBuildStrings(); // See externs.m
#ifdef __FreeBSD__
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
// problems on *BSD)
@ -621,6 +622,7 @@ static BOOL double_release_check_enabled = NO;
fastMallocOffset = 0;
#endif
_fastBuildCache();
GSBuildStrings();
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_becomeMultiThreaded:)