Skip to content

Commit 06636e4

Browse files
committed
initialize $*CCSTATE earlier
1 parent 34cdff5 commit 06636e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

STD.pm6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ grammar P6 is STD {
11131113
:my @*WORRIES;
11141114
:my $*FATALS = 0;
11151115
:my $*IN_SUPPOSE = False;
1116+
:my $*CCSTATE = '';
11161117

11171118
:my $*CURPKG;
11181119
{

0 commit comments

Comments
 (0)