This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a --valgrind option to bisect.pl, to run the test program with valgrind.
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index 848f735..995bc5e 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -61,12 +61,14 @@ 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
  * c-basic-offset: 4
- * indent-tabs-mode: t
+ * indent-tabs-mode: nil
  * End:
  *
- * ex: set ts=8 sts=4 sw=4 noet:
+ * ex: set ts=8 sts=4 sw=4 et:
  */