diff options
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()!) |