summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-14 17:02:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-14 17:02:38 +0000
commit1108974dc425da181c3fc8be06ee65371f6439d6 (patch)
treeccc23831bb5d7a751378e30431e78b78ec7c702b /cv.h
parent90cd13a29feb8c9646bbe3dfa9e5a556f3e5d9ce (diff)
downloadperl-1108974dc425da181c3fc8be06ee65371f6439d6.tar.gz
Make usage of :unique emit a deprecation warning.
Remove its outdated documentation. p4raw-id: //depot/perl@27498
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cv.h b/cv.h
index e92b326a8c..219686bada 100644
--- a/cv.h
+++ b/cv.h
@@ -136,9 +136,7 @@ Returns the stash of the CV.
#define CVf_CLONED 0x0040 /* a clone of one of those */
#define CVf_ANON 0x0080 /* CvGV() can't be trusted */
#define CVf_UNIQUE 0x0100 /* sub is only called once (eg PL_main_cv,
- * require, eval). Not to be confused
- * with the GVf_UNIQUE flag associated
- * with the :unique attribute */
+ * require, eval). */
#define CVf_NODEBUG 0x0200 /* no DB::sub indirection for this CV
(esp. useful for special XSUBs) */
#define CVf_CONST 0x0400 /* inlinable sub */