[pypy-commit] pypy default: remove winstuff.c from main.h
mattip
noreply at buildbot.pypy.org
Wed May 9 06:18:24 CEST 2012
Author: Matti Picus <matti.picus at gmail.com>
Branch:
Changeset: r54979:bad3ec29dd46
Date: 2012-05-09 07:17 +0300
http://bitbucket.org/pypy/pypy/changeset/bad3ec29dd46/
Log: remove winstuff.c from main.h
diff --git a/pypy/translator/c/src/main.h b/pypy/translator/c/src/main.h
--- a/pypy/translator/c/src/main.h
+++ b/pypy/translator/c/src/main.h
@@ -19,10 +19,6 @@
#define PYPY_MAIN_FUNCTION main
#endif
-#ifdef MS_WINDOWS
-#include "src/winstuff.c"
-#endif
-
#ifdef __GNUC__
/* Hack to prevent this function from being inlined. Helps asmgcc
because the main() function has often a different prologue/epilogue. */
More information about the pypy-commit
mailing list