Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #242 from teodozjan/patch-1
Probable code typo found by coke
  • Loading branch information
lizmat committed Aug 20, 2015
2 parents d85cdc4 + 01161fd commit f95126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/QAST/Compiler.nqp
Expand Up @@ -84,7 +84,7 @@ my $EX_CAT_DONE := 32768;
my $EX_CAT_CONTROL := $EX_CAT_NEXT +| $EX_CAT_REDO +| $EX_CAT_LAST +|
$EX_CAT_TAKE +| $EX_CAT_WARN +|
$EX_CAT_SUCCEED +| $EX_CAT_PROCEED +|
$EX_CAT_AWIAT +| $EX_CAT_EMIT +| $EX_CAT_DONE;
$EX_CAT_AWAIT +| $EX_CAT_EMIT +| $EX_CAT_DONE;
my $EX_CAT_LABELED := 4096;

# Exception handler kinds.
Expand Down

0 comments on commit f95126b

Please sign in to comment.