Darwin/i386: Inhibit Clang previous prototype warnings

This commit is contained in:
Zachary Waldowski
2014-01-09 13:42:08 -05:00
parent 66469c381e
commit 1367534158

View File

@@ -39,9 +39,11 @@
#include <stdlib.h> #include <stdlib.h>
/* ffi_prep_args is called by the assembly routine once stack space /* ffi_prep_args is called by the assembly routine once stack space
has been allocated for the function's arguments */ 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) void ffi_prep_args(char *stack, extended_cif *ecif)
{ {
register unsigned int i; register unsigned int i;