Assorted 2.15 fixes.
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index 518621d..bfc4778 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -280,6 +280,8 @@ struct xpv {
     STRLEN     xpv_len;        /* allocated size */
 };
 
+typedef struct xpv xpv_allocated;
+
 struct xpviv {
     IV         xiv_iv;         /* integer value or pv offset */
     STRLEN     xpv_cur;        /* length of sv_pv as a C string */