summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-12 23:03:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-06-15 12:28:15 -0700
commit0d856a3ae8873b88b1fb47a0d9520f3db9e27b85 (patch)
tree0ebac164a43a30e9cb230bf1603fb16c45d74446 /sv.h
parent37e77c235a1d9e646643ada8d96154d9ae4d5137 (diff)
downloadperl-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index c347aea6f5..c708ae5ec6 100644
--- a/sv.h
+++ b/sv.h
@@ -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;