From 643157af7ab6b9560550325fafc5ed259fe9b954 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 28 Jul 2003 12:13:24 +0000 Subject: Make Storable work with blead/maint by making PL_sv_placeholder a true global, bump $VERSION to 2.08. Will take a look at the portability issue of placeholders soon. p4raw-id: //depot/perl@20263 --- perlvars.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perlvars.h') diff --git a/perlvars.h b/perlvars.h index 081139969d..83124d805f 100644 --- a/perlvars.h +++ b/perlvars.h @@ -59,3 +59,7 @@ 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) + -- cgit v1.2.1