Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try to fix the build on some systems
  • Loading branch information
moritz committed Nov 23, 2013
1 parent 2339be2 commit bdc22b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vm/parrot/ops/nqp.ops
Expand Up @@ -3944,8 +3944,8 @@ Check if the String in $2 has the string in $3 at its offset $4.

*/
inline op nqp_string_equal_at(out INT, in STR, in STR, in INT) {
int32_t offset;
uint32_t cmp_index;
INTVAL offset;
INTVAL cmp_index;
char done;

String_iter hay_iter;
Expand Down

0 comments on commit bdc22b9

Please sign in to comment.