[pypy-svn] r76001 - pypy/branch/fast-forward/pypy/rlib/rstruct

benjamin at codespeak.net benjamin at codespeak.net
Wed Jul 7 21:42:23 CEST 2010


Author: benjamin
Date: Wed Jul  7 21:42:20 2010
New Revision: 76001

Modified:
   pypy/branch/fast-forward/pypy/rlib/rstruct/nativefmttable.py
Log:
find bool alignment

Modified: pypy/branch/fast-forward/pypy/rlib/rstruct/nativefmttable.py
==============================================================================
--- pypy/branch/fast-forward/pypy/rlib/rstruct/nativefmttable.py	(original)
+++ pypy/branch/fast-forward/pypy/rlib/rstruct/nativefmttable.py	Wed Jul  7 21:42:20 2010
@@ -77,6 +77,7 @@
                'P': 'char *',
                'f': 'float',
                'd': 'double',
+               '?': '_Bool',
                }
 
     pre_include_bits = []



More information about the Pypy-commit mailing list