Add $VERSION to B::Bytecode.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index a90ada2..dbb9a12 100644 (file)
@@ -525,12 +525,15 @@ PERLVARI(Ippid,           IV,             0)
 
 PERLVARI(Ihash_seed, UV, 0)            /* Hash initializer */
 
-PERLVAR(Icsighandlerp, Sighandler_t)
+PERLVARI(Ihash_seed_set, bool, FALSE)          /* Hash initialized? */
 
 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()!)