Skip to content

Commit

Permalink
Add defined to 'use fatal' defusers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 16, 2015
1 parent db45d92 commit b2a928e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Actions.nqp
Expand Up @@ -985,6 +985,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
my %boolify_first_child_calls := nqp::hash(
'&prefix:<?>', 1, '&prefix:<so>', 1,
'&prefix:<!>', 1, '&prefix:<not>', 1,
'&defined', 1
);
sub fatalize($ast, $bool-context = 0) {
if nqp::istype($ast, QAST::Op) {
Expand Down

0 comments on commit b2a928e

Please sign in to comment.