By default generate non-compact archives

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-12-07 11:39:40 +00:00
parent b88fd87de8
commit 9aa5aae91d
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
* are only stored once. If the property-list has a lot of repeated
* strings in it, this will be both faster and more space efficient
* but it will be slower if the property-list has few repeated
* strings. The default is to generate compact versions of the data.
* strings. The default is NOT to generate compact versions of the data.
*
* The [+shouldBeCompact:] method sets default behavior.
* The [+serializePropertyList:intoData:compact:] method lets you

View file

@ -273,7 +273,7 @@ serializeToInfo(id object, _NSSerializerInfo* info)
@implementation NSSerializer
static BOOL shouldBeCompact = YES;
static BOOL shouldBeCompact = NO;
+ (void) initialize
{