[pypy-svn] pypy default: Missing #define.

arigo commits-noreply at bitbucket.org
Wed Jan 26 17:24:58 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41360:cefad20a4e58
Date: 2011-01-26 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/cefad20a4e58/

Log:	Missing #define.

diff --git a/pypy/translator/c/src/dtoa.c b/pypy/translator/c/src/dtoa.c
--- a/pypy/translator/c/src/dtoa.c
+++ b/pypy/translator/c/src/dtoa.c
@@ -127,6 +127,7 @@
 #include <errno.h>
 #include <assert.h>
 #include <stdio.h>
+#define PYPY_NOT_MAIN_FILE
 #include "src/allocator.h"
 #define PyMem_Malloc PyObject_Malloc
 #define PyMem_Free PyObject_Free


More information about the Pypy-commit mailing list