[pypy-svn] r55415 - pypy/branch/build-external/pypy/translator/c

afa at codespeak.net afa at codespeak.net
Fri May 30 10:32:18 CEST 2008


Author: afa
Date: Fri May 30 10:32:14 2008
New Revision: 55415

Modified:
   pypy/branch/build-external/pypy/translator/c/gc.py
Log:
Correct indentation and a typo in the log message of the previous checkin:

pypy can now compile the boehm gc from sources.
           *


Modified: pypy/branch/build-external/pypy/translator/c/gc.py
==============================================================================
--- pypy/branch/build-external/pypy/translator/c/gc.py	(original)
+++ pypy/branch/build-external/pypy/translator/c/gc.py	Fri May 30 10:32:14 2008
@@ -225,7 +225,7 @@
 
         else:
             if sys.platform == 'win32':
-               libraries = ['gc_pypy'],
+                libraries = ['gc_pypy'],
             else:
                 libraries = ['gc']
 



More information about the Pypy-commit mailing list