[pypy-svn] r15520 - pypy/dist/pypy/translator/c

hpk at codespeak.net hpk at codespeak.net
Tue Aug 2 20:32:05 CEST 2005


Author: hpk
Date: Tue Aug  2 20:32:03 2005
New Revision: 15520

Modified:
   pypy/dist/pypy/translator/c/genc.py
Log:
fix bug for c-ext modules (used by current translator
targetpypymain.py goal)


Modified: pypy/dist/pypy/translator/c/genc.py
==============================================================================
--- pypy/dist/pypy/translator/c/genc.py	(original)
+++ pypy/dist/pypy/translator/c/genc.py	Tue Aug  2 20:32:03 2005
@@ -48,6 +48,7 @@
 
 class CExtModuleBuilder(CBuilder):
     standalone = False
+    c_ext_module = None 
 
     def getentrypointptr(self):
         return lltype.pyobjectptr(self.translator.entrypoint)



More information about the Pypy-commit mailing list