Skip to content

Commit

Permalink
Anonimize VTABLE methods in Range
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Worthington <jnthn@jnthn.net>
  • Loading branch information
bacek authored and jnthn committed Feb 25, 2009
1 parent f9cb35e commit 766d5d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/classes/Range.pir
Expand Up @@ -409,19 +409,19 @@ honoring exclusive flags.
=cut
.sub 'VTABLE_get_integer' :method :vtable('get_integer')
.sub '' :method :vtable('get_integer')
$P0 = self.'list'()
$I0 = $P0
.return ($I0)
.end
.sub 'VTABLE_get_number' :method :vtable('get_number')
.sub '' :method :vtable('get_number')
$P0 = self.'list'()
$N0 = $P0
.return ($N0)
.end
.sub 'VTABLE_get_string' :method :vtable('get_string')
.sub '' :method :vtable('get_string')
$P0 = self.'list'()
$S0 = $P0
.return ($S0)
Expand Down

0 comments on commit 766d5d5

Please sign in to comment.