This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 24420 should have hand updated globvar.sym to reflect the
[perl5.git] / perlvars.h
index 2ddd0ac..35af2dc 100644 (file)
@@ -90,7 +90,7 @@ PERLVARI(Gsig_handlers_initted, int, 0)
 PERLVARA(Gsig_ignoring, SIG_SIZE, int) /* which signals we are ignoring */
 #endif
 #ifdef FAKE_DEFAULT_SIGNAL_HANDLERS
-PERLVAR(Gsig_defaulting, SIG_SIZE, int)
+PERLVARA(Gsig_defaulting, SIG_SIZE, int)
 #endif
 
 #ifndef PERL_IMPLICIT_CONTEXT