This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS::Typemap: Fix typo in docs, fix version
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index 848f735..53ef628 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -61,6 +61,8 @@ struct magic {
 #define SvTIED_obj(sv,mg) \
     ((mg)->mg_obj ? (mg)->mg_obj : sv_2mortal(newRV(sv)))
 
+#define whichsig(pv) whichsig_pv(pv)
+
 /*
  * Local variables:
  * c-indentation-style: bsd