Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Oops, last attempt to modify things to work on latest Parrot missed s…
Browse files Browse the repository at this point in the history
…omething. This works.
  • Loading branch information
jnthn committed Sep 25, 2010
1 parent ae7a992 commit 5a6ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamodel/knowhow_bootstrapper.c
Expand Up @@ -77,7 +77,7 @@ static void compose(PARROT_INTERP, PMC *nci) {

/* Wraps up a C function as a raw NCI method. */
static PMC * wrap_c(PARROT_INTERP, void *func) {
PMC * const wrapped = Parrot_pmc_new(interp, enum_class_NCI);
PMC * const wrapped = Parrot_pmc_new(interp, enum_class_NativePCCMethod);
VTABLE_set_pointer_keyed_str(interp, wrapped, Parrot_str_new_constant(interp, "->"), func);
return wrapped;
}
Expand Down

0 comments on commit 5a6ffa4

Please sign in to comment.