mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Partial fix for bug#17112. Corrects the issue which causes the unarchiver to display the "not compiled with libxml2" message.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
20a9f10a94
commit
c5aca55532
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-15 17:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSKeyedUnarchiver.m: Partial fix for bug#17112.
|
||||
|
||||
2006-07-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSKeyedUnarchiver.m: ([-dealloc]) release objects in array
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <Foundation/NSValue.h>
|
||||
|
||||
#include "GSPrivate.h"
|
||||
#include "config.h"
|
||||
|
||||
/*
|
||||
* Setup for inline operation of arrays.
|
||||
|
|
Loading…
Reference in a new issue