Skip to content

Commit

Permalink
Merge pull request ingwarsw#2 from thornag/osx-build
Browse files Browse the repository at this point in the history
added patch to allow for osx build
  • Loading branch information
ingwarsw committed Jul 19, 2014
2 parents abe4036 + 35e43d3 commit 83149ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static const char RCSid[] = "$Id: malloc.c,v 35004.22 2007/01/13 23:12:39 kkeys
#include "signals.h"
#include "malloc.h"

caddr_t mmalloc_base = NULL;
void *mmalloc_base = NULL;
int low_memory_warning = 0;
static char *reserve = NULL;

Expand Down

0 comments on commit 83149ca

Please sign in to comment.