Re: [PATCH] cv.h: Comment update
Paul Johnson [Mon, 14 Oct 2002 20:00:50 +0000 (22:00 +0200)]
Message-ID: <20021014180050.GC7333@pjcj.net>

p4raw-id: //depot/perl@18018

cv.h

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))