Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Probable code typo found by coke
  • Loading branch information
teodozjan committed Aug 20, 2015
1 parent d85cdc4 commit 01161fd
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 01161fd

Please sign in to comment.