Skip to content

Commit

Permalink
re-headerized
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Oct 25, 2011
1 parent b1d625e commit e12d045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/parrot/packfile.h
Expand Up @@ -655,12 +655,12 @@ void Parrot_pf_destroy(PARROT_INTERP, ARGMOD(PackFile *pf))
PARROT_EXPORT
void Parrot_pf_execute_bytecode_program(PARROT_INTERP,
ARGMOD(PMC *pbc),
ARGMOD(PMC * args))
ARGMOD(PMC *args))
__attribute__nonnull__(1)
__attribute__nonnull__(2)
__attribute__nonnull__(3)
FUNC_MODIFIES(*pbc)
FUNC_MODIFIES(* args);
FUNC_MODIFIES(*args);

PARROT_EXPORT
PARROT_CANNOT_RETURN_NULL
Expand Down

0 comments on commit e12d045

Please sign in to comment.