[pypy-svn] r79413 - pypy/branch/jit-free/pypy/rpython/memory/gc

arigo at codespeak.net arigo at codespeak.net
Tue Nov 23 17:00:55 CET 2010


Author: arigo
Date: Tue Nov 23 17:00:54 2010
New Revision: 79413

Modified:
   pypy/branch/jit-free/pypy/rpython/memory/gc/env.py
Log:
Merge r79411 from trunk.

Modified: pypy/branch/jit-free/pypy/rpython/memory/gc/env.py
==============================================================================
--- pypy/branch/jit-free/pypy/rpython/memory/gc/env.py	(original)
+++ pypy/branch/jit-free/pypy/rpython/memory/gc/env.py	Tue Nov 23 17:00:54 2010
@@ -4,6 +4,8 @@
 import os, sys
 from pypy.rlib.rarithmetic import r_uint
 from pypy.rlib.debug import debug_print, debug_start, debug_stop
+from pypy.rpython.lltypesystem import lltype
+from pypy.rpython.lltypesystem.lloperation import llop
 
 # ____________________________________________________________
 # Reading env vars.  Supports returning ints, uints or floats,



More information about the Pypy-commit mailing list