Skip to content

Commit

Permalink
update to newer parrot (incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Dec 29, 2010
1 parent 489e3c7 commit a2833b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/p5scalar.pmc
Expand Up @@ -98,7 +98,7 @@ Returns the string value of the SV.
PMC *elpmc;
SV *rsv, *element;
svtype type;
PMC *nextkey = key_next(interp, key);
PMC *nextkey = Parrot_key_next(interp, key);

SvGETMAGIC(sv);

Expand Down

0 comments on commit a2833b9

Please sign in to comment.