This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In the debugger's doc command, use man[13]direxp instead of man[13]dir.
[perl5.git] / embedvar.h
index a738dd7..e689c5e 100644 (file)
 #define PL_globalstash         (vTHX->Iglobalstash)
 #define PL_globhook            (vTHX->Iglobhook)
 #define PL_hash_rand_bits      (vTHX->Ihash_rand_bits)
+#define PL_hash_rand_bits_enabled      (vTHX->Ihash_rand_bits_enabled)
 #define PL_hintgv              (vTHX->Ihintgv)
 #define PL_hints               (vTHX->Ihints)
 #define PL_hv_fetch_ent_mh     (vTHX->Ihv_fetch_ent_mh)