Skip to content

Commit

Permalink
A nudge in the direction of getting anonymous roles working (they don…
Browse files Browse the repository at this point in the history
…'t yet, this is just part one :-)).
  • Loading branch information
jnthn committed Apr 20, 2010
1 parent 7f8397d commit 22805bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glue/role.pir
Expand Up @@ -18,7 +18,7 @@ Creates a master-role object, containing all the various role variants.

.sub '!create_master_role'
.param pmc shortname
.param pmc existing
.param pmc existing :optional
if null existing goto need_new
$I0 = isa existing, 'Perl6Role'
unless $I0 goto need_new
Expand Down

0 comments on commit 22805bd

Please sign in to comment.