commit | 7929a1da1a6d18894210ff82f6107e51d7566bb0 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Nov 17 21:56:07 2013 +0000 |
committer | Gregory P. Smith <greg@krypto.org> | Sun Nov 17 21:56:07 2013 +0000 |
tree | d15e4b8cc55ada1bed34d6229da2e301779997fe | |
parent | 76edd2110dc4f08460eb02456c65c6ce2eb43559 [diff] |
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!