Skip to content

Commit

Permalink
Update .REJECTS to avoid logical_not vtable.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 18, 2010
1 parent 303323e commit fa44b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Mu.pir
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ until we get roles).
.sub 'REJECTS' :method
.param pmc topic
$P0 = self.'ACCEPTS'(topic)
$P1 = not $P0
$P1 = '&prefix:<!>'($P0)
.return ($P1)
.end
Expand Down

0 comments on commit fa44b5a

Please sign in to comment.