This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
On VMS, put pods in [.lib.pods] rather than [.lib.pod]
[perl5.git] / perlvars.h
index 35af2dc..9f3a399 100644 (file)
@@ -67,7 +67,7 @@ PERLVAR(Gsigfpe_saved,        Sighandler_t)
 PERLVAR(Gsv_placeholder, SV)
 
 #ifndef PERL_MICRO
-PERLVARI(Gcsighandlerp,        Sighandler_t, &Perl_csighandler)        /* Pointer to C-level sighandler */
+PERLVARI(Gcsighandlerp,        Sighandler_t, Perl_csighandler) /* Pointer to C-level sighandler */
 #endif
 
 #ifndef PERL_USE_SAFE_PUTENV