Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change infix:<===>(Int, Int) to return Bool.
  • Loading branch information
colomon committed Mar 5, 2010
1 parent 2d9808d commit d4be43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/builtins/Int.pir
Expand Up @@ -86,8 +86,7 @@ Overridden for Int.
.param int a
.param int b
$I0 = iseq a, b
.return ($I0)
# .tailcall 'prefix:?'($I0)
.tailcall 'prefix:<?>'($I0)
.end

=back
Expand Down

0 comments on commit d4be43d

Please sign in to comment.