- 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 <float.h>
#include <string.h>
#ifndef OSXHOST
#ifdef DEBUG
#include <malloc.h>
#endif
#endif
#include "term.h"
#include "termlist.h"