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

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to latest Parrot to get .loadlib on PAST blocks, and chase a Par…
…rot NCI PMC API change.
  • Loading branch information
jnthn committed Sep 25, 2010
1 parent afeebf6 commit d84b3db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
48559 2.7.0
49325 2.8.0
2 changes: 1 addition & 1 deletion src/metamodel/knowhow_bootstrapper.c
Expand Up @@ -78,7 +78,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);
VTABLE_set_pointer(interp, wrapped, func);
VTABLE_set_pointer_keyed_str(interp, wrapped, Parrot_str_new_constant(interp, "->"), func);
return wrapped;
}

Expand Down

0 comments on commit d84b3db

Please sign in to comment.