- Added malloc wrappers for OSX builds.

This commit is contained in:
ccremers 2006-09-12 16:17:49 +00:00
parent c0f87ce87d
commit 31f1753e4e
4 changed files with 1143 additions and 1158 deletions

View File

@ -11,9 +11,11 @@
#include <limits.h> #include <limits.h>
#include <float.h> #include <float.h>
#include <string.h> #include <string.h>
#ifndef OSXHOST
#ifdef DEBUG #ifdef DEBUG
#include <malloc.h> #include <malloc.h>
#endif #endif
#endif
#include "term.h" #include "term.h"
#include "termlist.h" #include "termlist.h"

View File

@ -14,7 +14,9 @@
#include "arachne.h" #include "arachne.h"
#include "switches.h" #include "switches.h"
#include "depend.h" #include "depend.h"
#ifndef OSXHOST
#include <malloc.h> #include <malloc.h>
#endif
static System sys; //!< local storage of system pointer static System sys; //!< local storage of system pointer

View File

@ -6,7 +6,9 @@
*/ */
#include "list.h" #include "list.h"
#ifndef OSXHOST
#include <malloc.h> #include <malloc.h>
#endif
#include <stdlib.h> #include <stdlib.h>
//! Make a node //! Make a node

File diff suppressed because it is too large Load Diff