Skip to content

Commit

Permalink
[PMC] Fixed a compiler error in the P6Opaque PMC.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Oct 8, 2009
1 parent 77088bc commit 4f997a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc/p6opaque.pmc
Expand Up @@ -123,6 +123,8 @@ static PMC *do_handles(PARROT_INTERP, PMC *cur_class, PMC *handlers, STRING *nam
}
}

/* used in several other PMCs */
PMC *look_for_method(PARROT_INTERP, PMC *search_list, INTVAL *start_pos, STRING *name);

PMC *look_for_method(PARROT_INTERP, PMC *search_list, INTVAL *start_pos, STRING *name) {
/* Walk the MRO from the search point. */
Expand Down

0 comments on commit 4f997a0

Please sign in to comment.