[pypy-svn] r35919 - pypy/dist/pypy/config

mwh at codespeak.net mwh at codespeak.net
Wed Dec 20 14:24:25 CET 2006


Author: mwh
Date: Wed Dec 20 14:24:25 2006
New Revision: 35919

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
forgot one


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Wed Dec 20 14:24:25 2006
@@ -132,6 +132,7 @@
                              ("objspace.std.withstrjoin", True),
                              ("objspace.std.withstrslice", True),
                              ("objspace.std.withsmallint", True),
+                             ("objspace.std.withrangelist", True),
                              ],
                    cmdline="--faassen")
      ]),



More information about the Pypy-commit mailing list