Darwin/i386: Inhibit Clang previous prototype warnings
authorZachary Waldowski <zach@waldowski.me>
Thu, 9 Jan 2014 18:42:08 +0000 (13:42 -0500)
committerZachary Waldowski <zach@waldowski.me>
Wed, 5 Feb 2014 19:28:53 +0000 (14:28 -0500)
src/x86/ffi.c

index 307cd19936c4b8ecb6b7dc9790d5e3e9ccb0e071..80719219501115f8bb3b8f155e1fab28c097f95a 100644 (file)
 
 #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;