[pypy-svn] r28464 - pypy/dist/pypy/translator/js2

antocuni at codespeak.net antocuni at codespeak.net
Wed Jun 7 17:22:35 CEST 2006


Author: antocuni
Date: Wed Jun  7 17:22:35 2006
New Revision: 28464

Modified:
   pypy/dist/pypy/translator/js2/database.py
Log:
Compatibility with gencli.



Modified: pypy/dist/pypy/translator/js2/database.py
==============================================================================
--- pypy/dist/pypy/translator/js2/database.py	(original)
+++ pypy/dist/pypy/translator/js2/database.py	Wed Jun  7 17:22:35 2006
@@ -159,6 +159,8 @@
             const.init_fields(ilasm, self.const_var, name)
             #ilasm.field(name, const.get_type(), static=True)
         
+    def gen_delegate_types(self, ilasm):
+        pass
     
     def load_const(self, type_, value, ilasm):
         if self.is_primitive(type_):



More information about the Pypy-commit mailing list