diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-08 22:59:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-08 22:59:01 +0000 |
commit | d22779f5bc9230e35caedc48714cf84a936fc040 (patch) | |
tree | c34ab2135b4bb633a78d2a3dd56975444638cbe8 /sv.h | |
parent | ae21ab7a583996be9282ef39a5a1bcfa2a228633 (diff) | |
download | perl-d22779f5bc9230e35caedc48714cf84a936fc040.tar.gz |
Retract #11212.
p4raw-id: //depot/perl@11223
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; }; |