summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index a41e9b8d05..74a47d0a39 100644
--- a/sv.h
+++ b/sv.h
@@ -322,7 +322,7 @@ struct xpvbm {
U8 xbm_rare; /* rarest character in string */
};
-/* This structure must match XPVCV in cv.h */
+/* This structure much match XPVCV in cv.h */
typedef U16 cv_flags_t;
@@ -350,7 +350,6 @@ struct xpvfm {
struct perl_thread *xcv_owner; /* current owner thread */
#endif /* USE_THREADS */
cv_flags_t xcv_flags;
- HV * xcv_defstash;
I32 xfm_lines;
};