From 13675341581c489ed9df8ba390c8e08a732decb2 Mon Sep 17 00:00:00 2001 From: Zachary Waldowski Date: Thu, 9 Jan 2014 13:42:08 -0500 Subject: [PATCH] Darwin/i386: Inhibit Clang previous prototype warnings --- src/x86/ffi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/x86/ffi.c b/src/x86/ffi.c index 307cd199..80719219 100644 --- a/src/x86/ffi.c +++ b/src/x86/ffi.c @@ -39,9 +39,11 @@ #include + /* 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;