Skip to content

Commit

Permalink
Ensure compilations get a fresh %*SIG_INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 16, 2018
1 parent 8a76c00 commit abfa1b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -1246,6 +1246,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
:my $*NEXT_STATEMENT_ID := 1; # to give each statement an ID
:my $*IN_STMT_MOD := 0; # are we inside a statement modifier?
:my $*COMPILING_CORE_SETTING := 0; # are we compiling CORE.setting?
:my %*SIG_INFO; # information about recent signature
# Various interesting scopes we'd like to keep to hand.
:my $*GLOBALish;
Expand Down

0 comments on commit abfa1b1

Please sign in to comment.