diff options
author | David Mitchell <davem@iabyn.com> | 2015-06-12 12:22:20 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2015-06-12 12:22:20 +0100 |
commit | 63545cd8b35d0a75c86800927564a9879ba1e0bf (patch) | |
tree | 176ed31c8b8d1948cda5ea31d084d06cda0a370a /sv.h | |
parent | 969c6694443bf4385fae215cd8a6f09e86840ea4 (diff) | |
download | perl-63545cd8b35d0a75c86800927564a9879ba1e0bf.tar.gz |
sv.h: document additional use of SVp_SCREAM flag
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |