summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-01-25 09:27:56 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-21 07:03:51 +0100
commit6e1287864cd02fb6f429f12a995e1c08e03572b9 (patch)
tree26a68af882fe54347da6600cc410256b1d6cc625 /cv.h
parent601dfd0af0604fa7ed2cabe7f33a232b9b3908c0 (diff)
downloadperl-6e1287864cd02fb6f429f12a995e1c08e03572b9.tar.gz
In the SV body, exchange the positions of the NV and stash/magic.
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cv.h b/cv.h
index 290019d9ad..d7dcc4ae5d 100644
--- a/cv.h
+++ b/cv.h
@@ -12,7 +12,6 @@
struct xpvcv {
_XPV_HEAD;
- _XPVMG_HEAD;
_XPVCV_COMMON;
};