diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-06 14:56:39 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-16 13:58:08 -0600 |
commit | af4954206dfba1b5195f1d962d6a5af92d7efa12 (patch) | |
tree | d5b851f1732cbac8673ad20659b0f84de95aca14 /inline_invlist.c | |
parent | 5eb114cff44a7920ae194ed22b1af045e54f96d4 (diff) | |
download | perl-af4954206dfba1b5195f1d962d6a5af92d7efa12.tar.gz |
Reinstate "regcomp.c: Make C-array inversion lists const"
This reverts commit 18505f093a44607b687ae5fe644872f835f66313, which
reverted 241136e0ed70738cccd6c4b20ce12b26231f30e5, thus reinstating the
latter commit. It turns out that the error being chased down was not
due to this commit.
Its original message was:
The inversion lists that are compiled into a C header are now const.
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..c6bc47ef38 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 1511554547 +#define INVLIST_VERSION_ID 1826693541 #define INVLIST_OFFSET_OFFSET 2 /* 0 or 1 */ /* The UV at this position contains either 0 or 1. If 0, the inversion list |