nailed "our" declarations, and better warnings on duplicate
[p5sagit/p5-mst-13.2.git] / sv.h
diff --git a/sv.h b/sv.h
index b6e819f..4505d60 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -156,8 +156,7 @@ struct io {
 
 /* Some private flags. */
 
-#define SVpad_OUR      0x80000000      /* pad name is "our" instead of "my" */
-
+/* SVpad_OUR may be set on SVt_PV{NV,MG,GV} types */
 #define SVpad_OUR      0x80000000      /* pad name is "our" instead of "my" */
 
 #define SVf_IVisUV     0x80000000      /* use XPVUV instead of XPVIV */