Skip to content

Commit

Permalink
Bump to latest Parrot, which lets us simplify our usage of bnot__PP.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 14, 2010
1 parent bf37cc3 commit e0a8fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
43952
43953
6 changes: 1 addition & 5 deletions src/core/operators.pm
Expand Up @@ -80,11 +80,7 @@ our multi prefix:<not>($x) { !$x }
our multi prefix:<so>($x) { ?$x }

our multi prefix:sym<+^>($x) {
Q:PIR {
$P0 = find_lex '$x'
%r = new ['Integer']
bnot %r, $P0
}
pir::bnot__PP($x)
}

our sub undefine(\$x) {
Expand Down

0 comments on commit e0a8fb9

Please sign in to comment.