Skip to content

Commit 034ae82

Browse files
demerphqjkeenan
authored andcommitted
cv.h - remove left sidecomment star
1 parent eb7f171 commit 034ae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ See L<perlguts/Autoloading with XSUBs>.
120120
#define CVf_CLONED 0x0040 /* a clone of one of those */
121121
#define CVf_ANON 0x0080 /* CV is not pointed to by a GV */
122122
#define CVf_UNIQUE 0x0100 /* sub is only called once (eg PL_main_cv,
123-
* require, eval). */
123+
require, eval). */
124124
#define CVf_NODEBUG 0x0200 /* no DB::sub indirection for this CV
125125
(esp. useful for special XSUBs) */
126126
#define CVf_CVGV_RC 0x0400 /* CvGV is reference counted */

0 commit comments

Comments
 (0)