Skip to content

Commit

Permalink
+docs for Parrot_pf_tag_constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Aug 14, 2011
1 parent cdd52a0 commit 51d0321
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/packfile/api.c
Expand Up @@ -358,6 +358,16 @@ Parrot_pf_deserialize(PARROT_INTERP, ARGIN(STRING *str))
return pf;
}

/*
=item C<void Parrot_pf_tag_constant(PARROT_INTERP, PackFile_ConstTable *ct,
const int tag_idx, const int const_idx)>
Tag a constant PMC with a constant STRING
=cut
*/

void
Parrot_pf_tag_constant(PARROT_INTERP, ARGIN(PackFile_ConstTable *ct),
Expand Down

0 comments on commit 51d0321

Please sign in to comment.