[pypy-svn] r59126 - pypy/branch/cbuild-refactor/pypy/translator/c

fijal at codespeak.net fijal at codespeak.net
Thu Oct 16 00:58:43 CEST 2008


Author: fijal
Date: Thu Oct 16 00:58:42 2008
New Revision: 59126

Modified:
   pypy/branch/cbuild-refactor/pypy/translator/c/genc.py
Log:
argh, didn't mean to check that in


Modified: pypy/branch/cbuild-refactor/pypy/translator/c/genc.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/translator/c/genc.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/translator/c/genc.py	Thu Oct 16 00:58:42 2008
@@ -33,7 +33,7 @@
 
     def first(self, compiler_driver):
         platform = compiler_driver.cfiles
-        if 0 and platform.name == 'darwin2xxx':
+        if platform.name == 'darwin':
             # XXX incredible hack for darwin
             cfiles = compiler_driver.cfiles
             STR = '/*--no-profiling-for-this-file!--*/'



More information about the Pypy-commit mailing list