[pypy-commit] pypy default: Bah.
arigo
noreply at buildbot.pypy.org
Thu Mar 15 18:40:24 CET 2012
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r53685:863d61a72039
Date: 2012-03-15 10:40 -0700
http://bitbucket.org/pypy/pypy/changeset/863d61a72039/
Log: Bah.
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
@@ -469,6 +469,7 @@
r_longlong = build_int('r_longlong', True, 64)
r_ulonglong = build_int('r_ulonglong', False, 64)
+# XXX THESE ARE SERIOUSLY BOGUS, DON'T USE!!
r_long = build_int('r_long', True, 32)
r_ulong = build_int('r_ulong', False, 32)
More information about the pypy-commit
mailing list