No more attempting to edit Pod before the first coffee of the morning.
[p5sagit/p5-mst-13.2.git] / ext / threads / typemap
1 ithread *       T_ITHREAD
2
3 INPUT
4 T_ITHREAD
5         $var = SV_to_ithread(aTHX_ $arg)
6
7 OUTPUT
8 T_ITHREAD
9         ithread_to_SV(aTHX_ $arg, $var, classname, TRUE);