[pypy-svn] r18213 - pypy/dist/pypy/translator/tool

tismer at codespeak.net tismer at codespeak.net
Thu Oct 6 14:14:07 CEST 2005


Author: tismer
Date: Thu Oct  6 14:14:06 2005
New Revision: 18213

Modified:
   pypy/dist/pypy/translator/tool/cbuild.py
Log:
making a test correct, although it is disabled...

Modified: pypy/dist/pypy/translator/tool/cbuild.py
==============================================================================
--- pypy/dist/pypy/translator/tool/cbuild.py	(original)
+++ pypy/dist/pypy/translator/tool/cbuild.py	Thu Oct  6 14:14:06 2005
@@ -296,7 +296,7 @@
         cfname = str(cfile)
         cfile = cfile.open('w')
         cfile.write("""
-#include <gc.h>
+#include <gc/gc.h>
 
 int main() {
   return 0;



More information about the Pypy-commit mailing list