p4raw-id: //depot/perl@8778
* like the following:
#ifndef PERL_MG_UFUNC
-/* the old way, without pTHX_ */
#define PERL_MG_UFUNC(name,ix,sv) I32 name(IV ix, SV *sv)
#endif
*/
+#ifndef PERL_MG_UFUNC
#define PERL_MG_UFUNC(name,ix,sv) I32 name(pTHX_ IV ix, SV *sv)
+#endif
/* Fix these up for __STDC__ */
#ifndef DONT_DECLARE_STD