diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-05-13 11:39:18 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-11 10:12:16 +0200 |
commit | cf7604caebfaeac604debd44c58db505ce98d732 (patch) | |
tree | 3aca670103d6db22b79967fd791aa7695223eccf /perl.h | |
parent | c13a5c80de2334e935eada0927b9f5f7c862a45e (diff) | |
download | perl-cf7604caebfaeac604debd44c58db505ce98d732.tar.gz |
Don't even declare PL_vtbl_sigelem under -DPERL_MICRO
This turns out to be a simpler solution than 9ba75e3cf905a6e6.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -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, |