mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
* Source/Additions/Unicode.m: replace objc_malloc with NSZoneMalloc
and objc_free with NSZoneFree * Source/Additions/NSFileHandle+GNUstepBase.m: should work with ipv6 (The old code does fail on Snow Leopard, even with ipv4 addresses.) * Source/Additions/GSXML.m: added GSObjCRuntime.h * Headers/Additions/GNUstepBase/GSObjCRuntime.h: replace objc_malloc with NSZoneMalloc and objc_free with NSZoneFree git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4707e0b7e4
commit
9e723901b6
5 changed files with 136 additions and 105 deletions
|
@ -48,6 +48,7 @@
|
|||
#ifdef HAVE_LIBXML
|
||||
|
||||
// #undef HAVE_LIBXML_SAX2_H
|
||||
#import "GNUstepBase/GSObjCRuntime.h"
|
||||
|
||||
#import "GNUstepBase/GSMime.h"
|
||||
#import "GNUstepBase/GSXML.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue