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:
76c0e0d
)
Re: [PATCH] cv.h: Comment update
author
Paul Johnson
<paul@pjcj.net>
Mon, 14 Oct 2002 20:00:50 +0000
(22:00 +0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 15 Oct 2002 19:08:20 +0000
(19:08 +0000)
Message-ID: <
20021014180050
.GC7333@pjcj.net>
p4raw-id: //depot/perl@18018
cv.h
patch
|
blob
|
blame
|
history
diff --git
a/cv.h
b/cv.h
index
24dbec0
..
a595314
100644
(file)
--- a/
cv.h
+++ b/
cv.h
@@
-130,7
+130,7
@@
Returns the stash of the CV.
#define CvEVAL_on(cv) (CvUNIQUE_on(cv),SvFAKE_off(cv))
#define CvEVAL_off(cv) CvUNIQUE_off(cv)
-/* BEGIN|INIT|END */
+/* BEGIN|
CHECK|
INIT|END */
#define CvSPECIAL(cv) (CvUNIQUE(cv) && SvFAKE(cv))
#define CvSPECIAL_on(cv) (CvUNIQUE_on(cv),SvFAKE_on(cv))
#define CvSPECIAL_off(cv) (CvUNIQUE_off(cv),SvFAKE_off(cv))