summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-08 22:59:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-08 22:59:01 +0000
commitd22779f5bc9230e35caedc48714cf84a936fc040 (patch)
treec34ab2135b4bb633a78d2a3dd56975444638cbe8 /sv.h
parentae21ab7a583996be9282ef39a5a1bcfa2a228633 (diff)
downloadperl-d22779f5bc9230e35caedc48714cf84a936fc040.tar.gz
Retract #11212.
p4raw-id: //depot/perl@11223
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;
};