]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
authorGregory P. Smith <greg@krypto.org>
Sun, 17 Nov 2013 21:56:07 +0000 (21:56 +0000)
committerGregory P. Smith <greg@krypto.org>
Sun, 17 Nov 2013 21:56:07 +0000 (21:56 +0000)
commit7929a1da1a6d18894210ff82f6107e51d7566bb0
treed15e4b8cc55ada1bed34d6229da2e301779997fe
parent76edd2110dc4f08460eb02456c65c6ce2eb43559
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
A variable was declared below the top of a block and one function was using
a K&R C style function declaration!
Misc/NEWS
Modules/_ctypes/libffi/src/arm/ffi.c