This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Forgot to run regen.pl when I merged Plan C (already fixed in
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Oct 2003 19:49:25 +0000 (19:49 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 19 Oct 2003 19:49:25 +0000 (19:49 +0000)
the snapshot)

p4raw-id: //depot/maint-5.8/perl@21502

embedvar.h

index 72b5e1e..b58e54e 100644 (file)
 #define PL_multi_open          (PERL_GET_INTERP->Imulti_open)
 #define PL_multi_start         (PERL_GET_INTERP->Imulti_start)
 #define PL_multiline           (PERL_GET_INTERP->Imultiline)
+#define PL_new_hash_seed       (PERL_GET_INTERP->Inew_hash_seed)
+#define PL_new_hash_seed_set   (PERL_GET_INTERP->Inew_hash_seed_set)
 #define PL_nexttoke            (PERL_GET_INTERP->Inexttoke)
 #define PL_nexttype            (PERL_GET_INTERP->Inexttype)
 #define PL_nextval             (PERL_GET_INTERP->Inextval)