We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7f171 commit 034ae82Copy full SHA for 034ae82
cv.h
@@ -120,7 +120,7 @@ See L<perlguts/Autoloading with XSUBs>.
120
#define CVf_CLONED 0x0040 /* a clone of one of those */
121
#define CVf_ANON 0x0080 /* CV is not pointed to by a GV */
122
#define CVf_UNIQUE 0x0100 /* sub is only called once (eg PL_main_cv,
123
- * require, eval). */
+ require, eval). */
124
#define CVf_NODEBUG 0x0200 /* no DB::sub indirection for this CV
125
(esp. useful for special XSUBs) */
126
#define CVf_CVGV_RC 0x0400 /* CvGV is reference counted */
0 commit comments