| Subject: | [svn:parrot] r34184 - trunk/languages/perl6/src/parser |
|---|---|
| From: | |
| Date: | Sat, 20 Dec 2008 21:18:24 -0800 PST |
| Newsgroups: | perl.cvs.parrot |
Author: pmichaud
Date: Sat Dec 20 21:18:23 2008
New Revision: 34184
Modified:
trunk/languages/perl6/src/parser/actions.pm
Log:
[rakudo]: Fix initialization of variables in signatures (RT #61300, cspencer++)
* Patch courtesy cspencer <cspencer@xxxxxxxxxxxx>
Modified: trunk/languages/perl6/src/parser/actions.pm
==============================================================================
--- trunk/languages/perl6/src/parser/actions.pm (original)
+++ trunk/languages/perl6/src/parser/actions.pm Sat Dec 20 21:18:23 2008
@@ -2392,7 +2392,7 @@
:name($_),
:isdecl(1),
:scope($scope),
- :viviself('Perl6Scalar')
+ :viviself(container_type($sigil))
));
# Add block entry.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r34183 - trunk/lib/Parrot/Pmc2c, petdance |
|---|---|
| Next by Date: | [svn:parrot] r34185 - trunk/lib/Parrot/Pmc2c, petdance |
| Previous by Thread: | [svn:parrot] r34183 - trunk/lib/Parrot/Pmc2c, petdance |
| Next by Thread: | [svn:parrot] r34185 - trunk/lib/Parrot/Pmc2c, petdance |
| Indexes: | [Date] [Thread] [Top] [All Lists] |