Skip to content

Commit

Permalink
Pass the interpreter context to S_reset_amagic.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Nov 20, 2009
1 parent 172eeb1 commit 117f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WithOverloading.xs
Expand Up @@ -57,5 +57,5 @@ reset_amagic (rv)
CODE:
if (Gv_AMG (SvSTASH (SvRV (rv))) && !SvAMAGIC (rv)) {
SvAMAGIC_on (rv);
S_reset_amagic (rv, TRUE);
S_reset_amagic (aTHX_ rv, TRUE);
}

0 comments on commit 117f441

Please sign in to comment.