Skip to content

Commit

Permalink
fix another issue from the missing complex code
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Nov 17, 2009
1 parent 98e5607 commit 82ca237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/classes/matrix_row.pir
Expand Up @@ -41,6 +41,12 @@
.return($N0)
.end

.sub 'get_pmc_keyed_int' :vtable
.param int idx
$P0 = getattribute self, "row"
.return($P0)
.end


.sub 'has_string' :method
.param int has_string :optional
Expand Down Expand Up @@ -161,4 +167,4 @@
.sub 'get_array' :method
$P0 = getattribute self, "row"
.return($P0)
.end
.end
2 changes: 0 additions & 2 deletions src/internals/aggregates.pir
Expand Up @@ -15,8 +15,6 @@
.param pmc args :slurpy
$P0 = new ['matrix_row']
$P0.'build_row'(args)
$I0 = $P0.'row_length'()
say $I0
.return($P0)
.end

Expand Down

0 comments on commit 82ca237

Please sign in to comment.