Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
initialize $*CCSTATE earlier
  • Loading branch information
TimToady committed Aug 19, 2013
1 parent 34cdff5 commit 06636e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STD.pm6
Expand Up @@ -1113,6 +1113,7 @@ grammar P6 is STD {
:my @*WORRIES;
:my $*FATALS = 0;
:my $*IN_SUPPOSE = False;
:my $*CCSTATE = '';

:my $*CURPKG;
{
Expand Down

0 comments on commit 06636e4

Please sign in to comment.