libregexp: allow up to 128 character classes in one regexp
This commit is contained in:
@@ -61,7 +61,7 @@ struct Reinst{
|
|||||||
*/
|
*/
|
||||||
struct Reprog{
|
struct Reprog{
|
||||||
Reinst *startinst; /* start pc */
|
Reinst *startinst; /* start pc */
|
||||||
Reclass class[16]; /* .data */
|
Reclass class[128]; /* .data */
|
||||||
Reinst firstinst[5]; /* .text */
|
Reinst firstinst[5]; /* .text */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user