[pypy-svn] r32805 - pypy/branch/even-more-config/pypy/translator/c/src
cfbolz at codespeak.net
cfbolz at codespeak.net
Sun Oct 1 22:10:40 CEST 2006
Author: cfbolz
Date: Sun Oct 1 22:10:39 2006
New Revision: 32805
Removed:
pypy/branch/even-more-config/pypy/translator/c/src/ll_stackless.h
Modified:
pypy/branch/even-more-config/pypy/translator/c/src/g_include.h
Log:
even more stuff left from the old stackless (at least I hope it is no longer
used :-)
Modified: pypy/branch/even-more-config/pypy/translator/c/src/g_include.h
==============================================================================
--- pypy/branch/even-more-config/pypy/translator/c/src/g_include.h (original)
+++ pypy/branch/even-more-config/pypy/translator/c/src/g_include.h Sun Oct 1 22:10:39 2006
@@ -40,7 +40,6 @@
# ifdef RPyExc_thread_error
# include "src/ll_thread.h"
# endif
-# include "src/ll_stackless.h"
# include "src/ll__socket.h"
#endif
More information about the pypy-svn
mailing list