*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@573 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-08-23 15:18:14 +00:00
parent 8fa067f75b
commit 3a2fd5cfa1
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#ifndef h_zone_NS_h
#define h_zone_NS_h
#ifdef __NeXT__
#if NeXT_runtime
#import <objc/zone.h>
#define NSZone NXZone
#else

View file

@ -73,7 +73,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#ifndef __NeXT__
# include <malloc.h>
#endif
#include <Foundation/NSZone.h>
#include <objects/objc-malloc.h>