summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-06-12 12:22:20 +0100
committerDavid Mitchell <davem@iabyn.com>2015-06-12 12:22:20 +0100
commit63545cd8b35d0a75c86800927564a9879ba1e0bf (patch)
tree176ed31c8b8d1948cda5ea31d084d06cda0a370a /sv.h
parent969c6694443bf4385fae215cd8a6f09e86840ea4 (diff)
downloadperl-63545cd8b35d0a75c86800927564a9879ba1e0bf.tar.gz
sv.h: document additional use of SVp_SCREAM flag
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 665c330fe6..d0d8b65fff 100644
--- a/sv.h
+++ b/sv.h
@@ -365,6 +365,7 @@ perform the upgrade if necessary. See C<svtype>.
#define SVp_NOK 0x00002000 /* has valid non-public numeric value */
#define SVp_POK 0x00004000 /* has valid non-public pointer value */
#define SVp_SCREAM 0x00008000 /* method name is DOES */
+ /* eval cx text is ref counted */
#define SVphv_CLONEABLE SVp_SCREAM /* PVHV (stashes) clone its objects */
#define SVpgv_GP SVp_SCREAM /* GV has a valid GP */
#define SVprv_PCS_IMPORTED SVp_SCREAM /* RV is a proxy for a constant