summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-14 04:16:51 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-14 04:16:51 +0000
commitf472eb5c07ed95306a11c98250bda17aae994339 (patch)
treeec0f98c535a7112418134f68146d78b4344ec604 /sv.h
parent192587c2153e5b0fa4ed545cdd3fa7fef8fc0d8b (diff)
downloadperl-f472eb5c07ed95306a11c98250bda17aae994339.tar.gz
nailed "our" declarations, and better warnings on duplicate
"our" declarations p4raw-id: //depot/perl@4801
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index b6e819fff6..4505d60cca 100644
--- 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 */