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 2964e62..e689c5e 100644 (file)
@@ -54,7 +54,6 @@
 #define PL_Dir                 (vTHX->IDir)
 #define PL_Env                 (vTHX->IEnv)
 #define PL_HasMultiCharFold    (vTHX->IHasMultiCharFold)
-#define PL_L1Cased             (vTHX->IL1Cased)
 #define PL_L1Posix_ptrs                (vTHX->IL1Posix_ptrs)
 #define PL_LIO                 (vTHX->ILIO)
 #define PL_Latin1              (vTHX->ILatin1)
 #define PL_gensym              (vTHX->Igensym)
 #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)