Commit 13675341581c489ed9df8ba390c8e08a732decb2

Zachary Waldowski 2014-01-09T13:42:08

Darwin/i386: Inhibit Clang previous prototype warnings

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;