Skip to content

Commit

Permalink
One more role type-object undefinedness fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 15, 2010
1 parent 3d0399a commit 9819740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pmc/p6role.pmc
Expand Up @@ -72,4 +72,8 @@ pmclass P6role extends Role dynpmc group perl6_group auto_attrs {
PMC *owner = VTABLE_getprop(interp, SELF, CONST_STRING(interp, "$!owner"));
return VTABLE_get_string(interp, owner);
}

VTABLE INTVAL defined() {
return 0;
}
}

0 comments on commit 9819740

Please sign in to comment.