mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Tidying optimisation stuff.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f7fe730db
commit
f4817879df
19 changed files with 165 additions and 139 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <Foundation/NSScanner.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <Foundation/NSUserDefaults.h>
|
||||
#include <Foundation/NSObjCRuntime.h>
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
@ -126,7 +127,7 @@ typedef struct {
|
|||
aString = @"";
|
||||
}
|
||||
|
||||
c = fastClass(aString);
|
||||
c = GSObjCClassOfObject(aString);
|
||||
if (c == GSUString_class)
|
||||
{
|
||||
_isUnicode = YES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue