into sv.h, to keep it in one central place.
Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
p4raw-id: //depot/perl@26148
of the unused body-slots for PTEs, then use it in those (2) PTE
contexts below (line ~10k)
*/
-#define PTE_SVSLOT SVt_IV
STATIC void *
S_more_bodies (pTHX_ size_t size, svtype sv_type)
SVt_LAST /* keep last in enum. used to size arrays */
} svtype;
+#ifdef PERL_IN_SV_C
+#define PTE_SVSLOT SVt_RV
+#endif
/* typedefs to eliminate some typing */
typedef struct he HE;