diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-12 23:03:23 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-06-15 12:28:15 -0700 |
commit | 0d856a3ae8873b88b1fb47a0d9520f3db9e27b85 (patch) | |
tree | 0ebac164a43a30e9cb230bf1603fb16c45d74446 /sv.h | |
parent | 37e77c235a1d9e646643ada8d96154d9ae4d5137 (diff) | |
download | perl-0d856a3ae8873b88b1fb47a0d9520f3db9e27b85.tar.gz |
sv.h: Move comment just before struct it describes
It was divorced therefrom in commit 20f4945e.
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -494,8 +494,6 @@ struct xpvgv { union _xnvu xnv_u; }; -/* This structure must match XPVCV in cv.h */ - typedef U16 cv_flags_t; #define _XPVCV_COMMON \ @@ -517,6 +515,8 @@ typedef U16 cv_flags_t; * sub */ \ cv_flags_t xcv_flags +/* This structure must match XPVCV in cv.h */ + struct xpvfm { _XPV_HEAD; _XPVCV_COMMON; |