diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2003-07-21 00:36:02 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-27 15:48:20 +0000 |
commit | 7996736c5ecb6da6273386229ce113837049152c (patch) | |
tree | 8890e38e9c2e349f70832a77e853ad6672182d1d /intrpvar.h | |
parent | 2edcda664a46cf47ed5ee5520834c7e424efc8fd (diff) | |
download | perl-7996736c5ecb6da6273386229ce113837049152c.tar.gz |
Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
p4raw-id: //depot/perl@20224
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 6a34ea4e67..dbb9a12ebd 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -531,6 +531,9 @@ 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()!) |