… | … | ||
---|---|---|---|
25 | croak (\"$var is not of type ${ntype}\") | 25 | croak (\"$var is not of type ${ntype}\") |
26 | 26 | ||
27 | OUTPUT | 27 | OUTPUT |
28 | 28 | ||
29 | T_IVOBJ | 29 | T_IVOBJ |
30 | sv_setref_iv ($arg, \"${ntype}\", (void*)$var); | 30 | sv_setref_iv ($arg, \"${ntype}\", $var); |
31 | 31 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |