Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another new that should have been a root_new.
  • Loading branch information
jnthn committed Jul 6, 2009
1 parent ec0a594 commit 68fd939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parrot/P6role.pir
Expand Up @@ -33,7 +33,7 @@ Puns the role to a class and returns that class.
setprop metaclass, 'pkgtype', $P0
# Compose ourself and any roles we do.
.local pmc role_list, roles_it
role_list = new 'ResizablePMCArray'
role_list = root_new ['parrot';'ResizablePMCArray']
push role_list, self
.const 'Sub' $P1 = '!get_flattened_roles_list'
role_list = $P1(role_list)
Expand Down

0 comments on commit 68fd939

Please sign in to comment.