Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r59162:17919af9e785
Date: 2012-12-01 08:33 -0800
http://bitbucket.org/pypy/pypy/changeset/17919af9e785/
Log: malloc.h appears to not be needed anymore (and it breaks things on
os x)
diff --git a/pypy/translator/c/src/allocator.c
b/pypy/translator/c/src/allocator.c
--- a/pypy/translator/c/src/allocator.c
+++ b/pypy/translator/c/src/allocator.c
@@ -1,7 +1,6 @@
/* allocation functions */
#include "common_header.h"
#ifdef PYPY_STANDALONE
-#include <malloc.h>
#include <stdlib.h>
#if defined(PYPY_USE_TRIVIAL_MALLOC)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit