diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-28 12:13:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-28 12:13:24 +0000 |
commit | 643157af7ab6b9560550325fafc5ed259fe9b954 (patch) | |
tree | a58fb8ddeff87bd8d94c212ddc664c22d879d1ed /intrpvar.h | |
parent | 9820b33a3d2b674b636ac4dd779ef1bbe90492de (diff) | |
download | perl-643157af7ab6b9560550325fafc5ed259fe9b954.tar.gz |
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
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index dbb9a12ebd..6a34ea4e67 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -531,9 +531,6 @@ PERLVAR(IDBassertion, SV *) PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */ -/* Restricted hashes placeholder value */ -PERLVAR(Isv_placeholder, SV) - /* New variables must be added to the very end, before this comment, * for binary compatibility (the offsets of the old members must not change). * (Don't forget to add your variable also to perl_clone()!) |