Skip to content

Commit

Permalink
[rakudo]: Fix initialization of variables in signatures (RT #61300, c…
Browse files Browse the repository at this point in the history
…spencer++)

* Patch courtesy cspencer <cspencer@sprocket.org> 


git-svn-id: https://svn.parrot.org/parrot/trunk@34184 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
pmichaud committed Dec 21, 2008
1 parent 8b8037d commit de47a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/perl6/src/parser/actions.pm
Expand Up @@ -2392,7 +2392,7 @@ method scope_declarator($/) {
:name($_),
:isdecl(1),
:scope($scope),
:viviself('Perl6Scalar')
:viviself(container_type($sigil))
));

# Add block entry.
Expand Down

0 comments on commit de47a92

Please sign in to comment.