diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-04 15:19:48 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-04 16:31:17 -0600 |
commit | 2e0b8fbeab3502bee36f25825c3cdd0d075c4fd3 (patch) | |
tree | 6766a9a0c366cf9ee4ff5bbf623571562912fca1 /sv.h | |
parent | 86ad859eff07e4c550fb84a581e06fc016fe43ed (diff) | |
download | perl-2e0b8fbeab3502bee36f25825c3cdd0d075c4fd3.tar.gz |
Revert "Use new Svt_INVLIST for inversion lists."
This reverts commit e0ce103ae532f9576f54a5938a24d1ee98dfb928.
This commit is failing compilations with address sanitizer, and we don't
know why. This reverts it while we work that out.
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -528,14 +528,6 @@ struct xpvlv { char xlv_flags; /* 1 = negative offset 2 = negative len */ }; -struct xpvinvlist { - _XPV_HEAD; - IV prev_index; - STRLEN iterator; - STRLEN count; - bool is_offset; /* */ -}; - /* This structure works in 3 ways - regular scalar, GV with GP, or fast Boyer-Moore. */ struct xpvgv { |