This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Anton.Korobeynikov, Stan.Seibert, ezberch, meador.inge, ned.deily, ronaldoussoren
Date 2012-08-24.18:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345834761.36.0.217605248849.issue13370@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I meant this part of the patch:

diff --git a/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c b/Modules/_ctypes/libffi_osx/
--- a/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c
+++ b/Modules/_ctypes/libffi_osx/x86/x86-ffi_darwin.c
@@ -35,6 +35,8 @@
 /* ffi_prep_args is called by the assembly routine once stack space
  has been allocated for the function's arguments */
 
+void ffi_prep_args(char *stack, extended_cif *ecif);
+
 void ffi_prep_args(char *stack, extended_cif *ecif)
 {
     register unsigned int i;
History
Date User Action Args
2012-08-24 18:59:21ned.deilysetrecipients: + ned.deily, ronaldoussoren, meador.inge, ezberch, Anton.Korobeynikov, Stan.Seibert
2012-08-24 18:59:21ned.deilysetmessageid: <1345834761.36.0.217605248849.issue13370@psf.upfronthosting.co.za>
2012-08-24 18:59:20ned.deilylinkissue13370 messages
2012-08-24 18:59:20ned.deilycreate