head2-ify many of the head1s, will probably make this look
[p5sagit/p5-mst-13.2.git] / perlvars.h
index 0811399..e0f6530 100644 (file)
@@ -59,3 +59,9 @@ PERLVARI(Gsh_path,    char *, SH_PATH)/* full path of shell */
  * See perl.h macros PERL_FPU_INIT and PERL_FPU_{PRE,POST}_EXEC. */
 PERLVAR(Gsigfpe_saved, Sighandler_t)
 
+/* Restricted hashes placeholder value.
+ * The contents are never used, only the address. */
+PERLVAR(Gsv_placeholder, SV)
+
+PERLVARI(Gcsighandlerp,        Sighandler_t, &Perl_csighandler)        /* Pointer to C-level sighandler */
+