mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
use index set for character sets.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28455 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bb52dbcb0
commit
be2e15241e
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* Source/NSData.m: Remove some redundant methods and add checks for
|
||||
attempts to use a null pointer to set bytes in the data.
|
||||
* Source/NSCharacterSet.m: Save mem with index set rather than bitmap set
|
||||
|
||||
2009-08-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
#include "Foundation/NSData.h"
|
||||
#include "Foundation/NSDebug.h"
|
||||
|
||||
//#define GNUSTEP_INDEX_CHARSET 1
|
||||
#undef GNUSTEP_INDEX_CHARSET
|
||||
#define GNUSTEP_INDEX_CHARSET 1
|
||||
//#undef GNUSTEP_INDEX_CHARSET
|
||||
|
||||
#include "NSCharacterSetData.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue