Darwin/i386: Inhibit Clang previous prototype warnings
diff --git a/src/x86/ffi.c b/src/x86/ffi.c
index 307cd19..8071921 100644
--- a/src/x86/ffi.c
+++ b/src/x86/ffi.c
@@ -39,9 +39,11 @@
#include <stdlib.h>
+
/* 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;