Author: Matti Picus <[email protected]>
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. */
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit