Skip to content

Commit

Permalink
add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Jun 25, 2011
1 parent acd2a95 commit 4f6855f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/pmc/imccompiler.pmc
Expand Up @@ -54,8 +54,6 @@ current_eval)>

get eval_pmc info from packfile

=back

=cut

*/
Expand All @@ -80,6 +78,18 @@ get_packfile_eval_pmc(PARROT_INTERP, ARGIN(PMC *pf_pmc), INTVAL current_eval)
return eval_pmc;
}

/*

=item C<static PMC * get_packfile_pmc(PARROT_INTERP, PMC *pf_ptr_pmc)>

Get a PMC pointer to a passed packfile pointer

=back

=cut

*/

PARROT_CANNOT_RETURN_NULL
PARROT_WARN_UNUSED_RESULT
static PMC *
Expand Down

0 comments on commit 4f6855f

Please sign in to comment.