Skip to content

Commit

Permalink
fix codetest failure - add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Apr 10, 2011
1 parent e53b5c5 commit 8869eca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pmc/imccompiler.pmc
Expand Up @@ -19,6 +19,21 @@ A compiler object to wrap IMCC
#include "imcc/yyscanner.h"
#include "pmc/pmc_sub.h"

/*

=over 4

=item C<static PMC * get_packfile_eval_pmc(PARROT_INTERP, PMC * pf_pmc, INTVAL
current_eval)>

get eval_pmc info from packfile

=back

=cut

*/

static PMC *
get_packfile_eval_pmc(PARROT_INTERP, PMC * pf_pmc, INTVAL current_eval)
{
Expand Down

0 comments on commit 8869eca

Please sign in to comment.