Skip to content

Commit

Permalink
changed by make Headerizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Jun 1, 2011
1 parent e71c177 commit 7db0145
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/nci/libffi.c
Expand Up @@ -86,9 +86,7 @@ typedef union nci_var_t {
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */

PARROT_CANNOT_RETURN_NULL
static PMC * build_ffi_thunk(PARROT_INTERP,
SHIM(PMC *user_data),
ARGIN(PMC *sig))
static PMC * build_ffi_thunk(PARROT_INTERP, PMC *user_data, ARGIN(PMC *sig))
__attribute__nonnull__(1)
__attribute__nonnull__(3);

Expand All @@ -110,7 +108,7 @@ static PMC * clone_ffi_thunk(PARROT_INTERP,
__attribute__nonnull__(3);

static void free_ffi_thunk(PARROT_INTERP,
SHIM(void *thunk_func),
void *thunk_func,
ARGFREE(void *thunk_data))
__attribute__nonnull__(1);

Expand Down

0 comments on commit 7db0145

Please sign in to comment.