- Added malloc wrappers for OSX builds.
This commit is contained in:
parent
c0f87ce87d
commit
31f1753e4e
@ -11,9 +11,11 @@
|
||||
#include <limits.h>
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
#ifndef OSXHOST
|
||||
#ifdef DEBUG
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "term.h"
|
||||
#include "termlist.h"
|
||||
|
@ -14,7 +14,9 @@
|
||||
#include "arachne.h"
|
||||
#include "switches.h"
|
||||
#include "depend.h"
|
||||
#ifndef OSXHOST
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
static System sys; //!< local storage of system pointer
|
||||
|
||||
|
@ -6,7 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "list.h"
|
||||
#ifndef OSXHOST
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
//! Make a node
|
||||
|
2295
src/scanner.c
2295
src/scanner.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user