Sync with the latest MakeMaker snapshot.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 7017a70..f8b20a5 100644 (file)
@@ -531,9 +531,9 @@ PERLVAR(IDBassertion,   SV *)
 
 PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */
 
-PERLVARI(Inew_hash_seed, UV, 0)                /* 582 hash initializer */
+PERLVARI(Irehash_seed, UV, 0)          /* 582 hash initializer */
 
-PERLVARI(Inew_hash_seed_set, bool, FALSE)      /* 582 hash initialized? */
+PERLVARI(Irehash_seed_set, bool, FALSE)        /* 582 hash initialized? */
 
 /* New variables must be added to the very end, before this comment,
  * for binary compatibility (the offsets of the old members must not change).