diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-20 10:10:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-20 10:10:11 +0000 |
commit | 7c60e4340985406f3dd47ad08209883de1b8aa3b (patch) | |
tree | ee90e5434f8c17bc932b29bf9ac0b11463a524f7 /cv.h | |
parent | dca5a9130eb9e045fd52f88cf3dedee7093e19f7 (diff) | |
download | perl-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |