I have an xsub that doesn't work under 5.00503 because is uses call_pv
instead of perl_call_pv.  I must of missed something somewhere -- what's
the method to make the code work in different versions of perl?

I added:

#ifndef call_pv
#   define call_pv(i,j) perl_call_pv(i,j)
#endif

But I have a feeling that's not the right way to go.

Thanks,
-- 
Bill Moseley
mailto:moseley@;hank.org

Reply via email to