diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-04 21:59:03 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-04 22:44:51 -0600 |
commit | 18505f093a44607b687ae5fe644872f835f66313 (patch) | |
tree | 04f60d11e207b243454c9e1b5f960abe24c1c32f /inline_invlist.c | |
parent | 531e2078f59379db6eff2b836b2a0e74ef3d3c52 (diff) | |
download | perl-18505f093a44607b687ae5fe644872f835f66313.tar.gz |
Revert "regcomp.c: Make C-array inversion lists const"
This reverts commit 241136e0ed70738cccd6c4b20ce12b26231f30e5.
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 c6bc47ef38..936a298be5 100644 --- a/inline_invlist.c +++ b/inline_invlist.c @@ -16,7 +16,7 @@ * in the range 2**31-1 should be generated. Then, if an auxiliary program * doesn't change correspondingly, it will be discovered immediately */ #define INVLIST_VERSION_ID_OFFSET 1 -#define INVLIST_VERSION_ID 1826693541 +#define INVLIST_VERSION_ID 1511554547 #define INVLIST_OFFSET_OFFSET 2 /* 0 or 1 */ /* The UV at this position contains either 0 or 1. If 0, the inversion list |