[pypy-commit] pypy s390x-backend: reverted rlib/constant.py

plan_rich pypy.commits at gmail.com
Mon Jan 18 04:09:10 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r81831:c2e76c7a5755
Date: 2016-01-18 10:08 +0100
http://bitbucket.org/pypy/pypy/changeset/c2e76c7a5755/

Log:	reverted rlib/constant.py

diff --git a/rpython/rlib/constant.py b/rpython/rlib/constant.py
--- a/rpython/rlib/constant.py
+++ b/rpython/rlib/constant.py
@@ -11,6 +11,7 @@
     DBL_MIN = rffi_platform.DefinedConstantDouble('DBL_MIN')
     DBL_MANT_DIG = rffi_platform.ConstantInteger('DBL_MANT_DIG')
 
+
 for k, v in rffi_platform.configure(CConfig).items():
     assert v is not None, "no value found for %r" % k
     globals()[k] = v


More information about the pypy-commit mailing list