summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-03-07 10:21:25 +0000
committerDavid Mitchell <davem@iabyn.com>2019-03-07 11:21:26 +0000
commitf60d17f54c2572c253cccc4479a32236201866b2 (patch)
tree05846bb6ef2ca3cfe7c814f76745c90c079996c3 /cv.h
parentbfefaec2e78fd51f89738f65efad8ffaf0017da3 (diff)
downloadperl-f60d17f54c2572c253cccc4479a32236201866b2.tar.gz
Improve description of CVf_DYNFILE flag
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv.h b/cv.h
index dac83fa873..d50e320f16 100644
--- a/cv.h
+++ b/cv.h
@@ -129,7 +129,7 @@ See L<perlguts/Autoloading with XSUBs>.
#ifdef PERL_CORE
# define CVf_SLABBED 0x0800 /* Holds refcount on op slab */
#endif
-#define CVf_DYNFILE 0x1000 /* The filename isn't static */
+#define CVf_DYNFILE 0x1000 /* The filename is malloced */
#define CVf_AUTOLOAD 0x2000 /* SvPVX contains AUTOLOADed sub name */
#define CVf_HASEVAL 0x4000 /* contains string eval */
#define CVf_NAMED 0x8000 /* Has a name HEK */