This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfefaec
)
Improve description of CVf_DYNFILE flag
author
David Mitchell
<davem@iabyn.com>
Thu, 7 Mar 2019 10:21:25 +0000
(10:21 +0000)
committer
David Mitchell
<davem@iabyn.com>
Thu, 7 Mar 2019 11:21:26 +0000
(11:21 +0000)
cv.h
patch
|
blob
|
blame
|
history
diff --git
a/cv.h
b/cv.h
index
dac83fa
..
d50e320
100644
(file)
--- 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 is
n'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 */