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 /charclass_invlists.h | |
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 'charclass_invlists.h')
-rw-r--r-- | charclass_invlists.h | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/charclass_invlists.h b/charclass_invlists.h index 19500e7a12..88ebe67640 100644 --- a/charclass_invlists.h +++ b/charclass_invlists.h @@ -9,9 +9,9 @@ #ifndef PERL_IN_XSUB_RE -static const UV Latin1_invlist[] = { +static UV Latin1_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 0, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -22,9 +22,9 @@ static const UV Latin1_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV AboveLatin1_invlist[] = { +static UV AboveLatin1_invlist[] = { 1, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -35,9 +35,9 @@ static const UV AboveLatin1_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV ASCII_invlist[] = { +static UV ASCII_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 0, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -48,9 +48,9 @@ static const UV ASCII_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1Cased_invlist[] = { +static UV L1Cased_invlist[] = { 16, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -76,9 +76,9 @@ static const UV L1Cased_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV VertSpace_invlist[] = { +static UV VertSpace_invlist[] = { 6, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -94,9 +94,9 @@ static const UV VertSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PerlSpace_invlist[] = { +static UV PerlSpace_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -110,9 +110,9 @@ static const UV PerlSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV XPerlSpace_invlist[] = { +static UV XPerlSpace_invlist[] = { 22, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -144,9 +144,9 @@ static const UV XPerlSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixAlnum_invlist[] = { +static UV PosixAlnum_invlist[] = { 6, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -162,9 +162,9 @@ static const UV PosixAlnum_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixAlnum_invlist[] = { +static UV L1PosixAlnum_invlist[] = { 18, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -192,9 +192,9 @@ static const UV L1PosixAlnum_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixAlpha_invlist[] = { +static UV PosixAlpha_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -208,9 +208,9 @@ static const UV PosixAlpha_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixAlpha_invlist[] = { +static UV L1PosixAlpha_invlist[] = { 16, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -236,9 +236,9 @@ static const UV L1PosixAlpha_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixBlank_invlist[] = { +static UV PosixBlank_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -252,9 +252,9 @@ static const UV PosixBlank_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV XPosixBlank_invlist[] = { +static UV XPosixBlank_invlist[] = { 18, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -282,9 +282,9 @@ static const UV XPosixBlank_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixCntrl_invlist[] = { +static UV PosixCntrl_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 0, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -297,9 +297,9 @@ static const UV PosixCntrl_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV XPosixCntrl_invlist[] = { +static UV XPosixCntrl_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 0, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -312,9 +312,9 @@ static const UV XPosixCntrl_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixDigit_invlist[] = { +static UV PosixDigit_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -326,9 +326,9 @@ static const UV PosixDigit_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixGraph_invlist[] = { +static UV PosixGraph_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -340,9 +340,9 @@ static const UV PosixGraph_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixGraph_invlist[] = { +static UV L1PosixGraph_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -356,9 +356,9 @@ static const UV L1PosixGraph_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixLower_invlist[] = { +static UV PosixLower_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -370,9 +370,9 @@ static const UV PosixLower_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixLower_invlist[] = { +static UV L1PosixLower_invlist[] = { 12, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -394,9 +394,9 @@ static const UV L1PosixLower_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixPrint_invlist[] = { +static UV PosixPrint_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -408,9 +408,9 @@ static const UV PosixPrint_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixPrint_invlist[] = { +static UV L1PosixPrint_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -424,9 +424,9 @@ static const UV L1PosixPrint_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixPunct_invlist[] = { +static UV PosixPunct_invlist[] = { 8, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -444,9 +444,9 @@ static const UV PosixPunct_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixPunct_invlist[] = { +static UV L1PosixPunct_invlist[] = { 20, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -476,9 +476,9 @@ static const UV L1PosixPunct_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixSpace_invlist[] = { +static UV PosixSpace_invlist[] = { 4, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -492,9 +492,9 @@ static const UV PosixSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV XPosixSpace_invlist[] = { +static UV XPosixSpace_invlist[] = { 22, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -526,9 +526,9 @@ static const UV XPosixSpace_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixUpper_invlist[] = { +static UV PosixUpper_invlist[] = { 2, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -540,9 +540,9 @@ static const UV PosixUpper_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixUpper_invlist[] = { +static UV L1PosixUpper_invlist[] = { 6, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -558,9 +558,9 @@ static const UV L1PosixUpper_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixWord_invlist[] = { +static UV PosixWord_invlist[] = { 8, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -578,9 +578,9 @@ static const UV PosixWord_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV L1PosixWord_invlist[] = { +static UV L1PosixWord_invlist[] = { 20, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -610,9 +610,9 @@ static const UV L1PosixWord_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV PosixXDigit_invlist[] = { +static UV PosixXDigit_invlist[] = { 6, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -628,9 +628,9 @@ static const UV PosixXDigit_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV XPosixXDigit_invlist[] = { +static UV XPosixXDigit_invlist[] = { 12, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -650,9 +650,9 @@ static const UV XPosixXDigit_invlist[] = { #endif -static const UV NonL1_Perl_Non_Final_Folds_invlist[] = { +static UV NonL1_Perl_Non_Final_Folds_invlist[] = { 44, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, @@ -704,9 +704,9 @@ static const UV NonL1_Perl_Non_Final_Folds_invlist[] = { #ifndef PERL_IN_XSUB_RE -static const UV _Perl_Multi_Char_Folds_invlist[] = { +static UV _Perl_Multi_Char_Folds_invlist[] = { 58, /* Number of elements */ - 1826693541, /* Version and data structure type */ + 1511554547, /* Version and data structure type */ 1, /* 0 if the list starts at 0; 1 if it starts at the element beyond 0 */ 0, |