mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Using run time string on the operators
This commit is contained in:
@@ -2759,7 +2759,7 @@ namespace yy {
|
||||
enum
|
||||
{
|
||||
yyeof_ = 0,
|
||||
yylast_ = 1543, ///< Last index in yytable_.
|
||||
yylast_ = 2006, ///< Last index in yytable_.
|
||||
yynnts_ = 17, ///< Number of nonterminal symbols.
|
||||
yyfinal_ = 293, ///< Termination state number.
|
||||
yyterror_ = 1,
|
||||
|
Reference in New Issue
Block a user