Skip to content

Commit

Permalink
make the get_integer vtable class .Int; fixes RT #69738
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 13, 2009
1 parent d749d9b commit 609cc25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/classes/Object.pir
Expand Up @@ -902,6 +902,10 @@ Helper for doing .= calls.
.return ($I0)
.end
.sub '' :vtable('get_integer') :method
.tailcall self.'Int'()
.end
.sub '' :vtable('get_iter') :method
.tailcall self.'Iterator'()
.end
Expand Down

0 comments on commit 609cc25

Please sign in to comment.