Upgrade to Devel::PPPort 3.13
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 6fd9b5d..a6a4a1c 100644 (file)
@@ -668,9 +668,7 @@ PERLVARI(Islabs, I32**, NULL)       /* Array of slabs that have been allocated */
 PERLVARI(Islab_count, U32, 0)  /* Size of the array */
 #endif
 
-PERLVARI(Iisarev, HV*, NULL)   /* Reverse map of @ISA dependencies */
-
-PERLVARI(Iv_string_ok, bool, FALSE)    /* use/require v_string OK */
+PERLVARI(Iisarev, HV*, NULL) /* Reverse map of @ISA dependencies */
 
 /* If you are adding a U8 or U16, see the 'Space' comments above on where
  * there are gaps which currently will be structure padding.  */