Message169071
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; |
|
Date |
User |
Action |
Args |
2012-08-24 18:59:21 | ned.deily | set | recipients:
+ ned.deily, ronaldoussoren, meador.inge, ezberch, Anton.Korobeynikov, Stan.Seibert |
2012-08-24 18:59:21 | ned.deily | set | messageid: <1345834761.36.0.217605248849.issue13370@psf.upfronthosting.co.za> |
2012-08-24 18:59:20 | ned.deily | link | issue13370 messages |
2012-08-24 18:59:20 | ned.deily | create | |
|