This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 24165 missed one s/class/classname/ in the debugging code.
[perl5.git] / ext / threads / typemap
CommitLineData
68795e93
NIS
1ithread * T_ITHREAD
2
3INPUT
4T_ITHREAD
5 $var = SV_to_ithread(aTHX_ $arg)
6
7OUTPUT
8T_ITHREAD
9 ithread_to_SV(aTHX_ $arg, $var, classname, TRUE);