diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-04 22:00:36 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-04 22:44:52 -0600 |
commit | 2eb2feb9f4a226d0fe0fd3d66e2ce341296f0072 (patch) | |
tree | 6d4792df6888cab1feb8a887054dc75f0eb3b702 /inline_invlist.c | |
parent | 18505f093a44607b687ae5fe644872f835f66313 (diff) | |
download | perl-2eb2feb9f4a226d0fe0fd3d66e2ce341296f0072.tar.gz |
Revert "regcomp.c: Move inversion list hdr field to SV hdr"
This reverts commit d913fb457b732da4c31d0d1b8c085989a7ecd12d.
This continues the backing out of this topic branch. A bisect shows
that the first commit exhibiting an error is the first one in the
branch.
Diffstat (limited to 'inline_invlist.c')
-rw-r--r-- | inline_invlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inline_invlist.c b/inline_invlist.c index 936a298be5..21d628205c 100644 --- a/inline_invlist.c +++ b/inline_invlist.c @@ -29,7 +29,7 @@ /* For safety, when adding new elements, remember to #undef them at the end of * the inversion list code section */ -#define HEADER_LENGTH (INVLIST_OFFSET_OFFSET + 1) /* includes 1 for the constant +#define HEADER_LENGTH (INVLIST_OFFSET_OFFSET + 2) /* includes 1 for the constant 0 element */ /* An element is in an inversion list iff its index is even numbered: 0, 2, 4, |