summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/perl.h b/perl.h
index facdacfbf4..b9462593a0 100644
--- a/perl.h
+++ b/perl.h
@@ -5185,20 +5185,7 @@ MGVTBL_SET(
0
);
-#ifdef PERL_MICRO
-MGVTBL_SET(
- PL_vtbl_sigelem,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
-);
-
-#else
+#ifndef PERL_MICRO
MGVTBL_SET(
PL_vtbl_sigelem,
Perl_magic_getsig,