diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-23 22:17:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-23 22:17:07 +0000 |
commit | 120ff8e9dfa335c7980849dcb6aebd32733af305 (patch) | |
tree | 7534e0a89bc0b9d947d023f781b82dccc84c040e /sv.h | |
parent | 10666ae3eaac483e74ea7e934ccbe03a03fa2486 (diff) | |
download | perl-120ff8e9dfa335c7980849dcb6aebd32733af305.tar.gz |
Document a sixth use for SVf_FAKE
p4raw-id: //depot/perl@27293
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -237,6 +237,9 @@ perform the upgrade if necessary. See C<svtype>. [CvEVAL(cv), CvSPECIAL(cv)] 4: Whether the regexp pointer is in fact an offset [SvREPADTMP(sv)] + 5: On a pad name SV, that slot in the + frame AV is a REFCNT'ed reference + to a lexical from "outside". */ #define SVf_OOK 0x02000000 /* has valid offset value For a PVHV this means that a |