summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-20 10:10:11 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-20 10:10:11 +0000
commit7c60e4340985406f3dd47ad08209883de1b8aa3b (patch)
treeee90e5434f8c17bc932b29bf9ac0b11463a524f7 /cv.h
parentdca5a9130eb9e045fd52f88cf3dedee7093e19f7 (diff)
downloadperl-7c60e4340985406f3dd47ad08209883de1b8aa3b.tar.gz
Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
pre-ANSI C compilers, but pays in code duplication. p4raw-id: //depot/perl@27240
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cv.h b/cv.h
index dd68f52a5f..9f2594a19f 100644
--- a/cv.h
+++ b/cv.h
@@ -8,8 +8,7 @@
*
*/
-/* This structure must match XPVCV in B/C.pm and the beginning of XPVFM
- * in sv.h */
+/* This structure must the beginning of XPVFM in sv.h */
struct xpvcv {
NV xnv_nv; /* numeric value, if any */