commit | 61b976f12714fe6dbea5d9da52e2c814f4a0522a | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Nov 17 21:57:43 2013 +0000 |
committer | Gregory P. Smith <greg@krypto.org> | Sun Nov 17 21:57:43 2013 +0000 |
tree | d64ab07a53c564472470f2039f83abef1f0e8a7a | |
parent | 898e9767343a072a0ef86c8d212175d5b7e61d93 [diff] | |
parent | 7929a1da1a6d18894210ff82f6107e51d7566bb0 [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!