Skip to content

Commit

Permalink
Replace string_ord with Parrot_str_indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof authored and colomon committed Oct 27, 2010
1 parent 2da9645 commit 3804f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/perl6.ops
Expand Up @@ -233,7 +233,7 @@ inline op x_is_uprop(out INT, in STR, in STR, in INT) :base_core {
goto NEXT();
}

ord = string_ord(interp, $3, $4);
ord = Parrot_str_indexed(interp, $3, $4);
cstr = Parrot_str_to_cstring(interp, $2);

/* try block tests */
Expand Down

0 comments on commit 3804f4f

Please sign in to comment.