diff options
author | elen-volodina <[email protected]> | 2025-07-09 11:20:34 +0300 |
---|---|---|
committer | elen-volodina <[email protected]> | 2025-07-09 11:32:42 +0300 |
commit | a8a2d55da747e1b8b7be170d8a0f0876eab3a6c1 (patch) | |
tree | 908aa4ed32aa48b5e9f51973d19e8c5c9c068db6 | |
parent | dabee945466216cb0ccf3b6d043f559fbf0a4251 (diff) |
fix pure prser error
commit_hash:5ead30dd726387e1a8c39e57e55116ddeaac67f6
-rw-r--r-- | library/cpp/regex/pire/pire/re_parser.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/pire/pire/re_parser.y b/library/cpp/regex/pire/pire/re_parser.y index a2d8a5d669d..6a7b28f52c1 100644 --- a/library/cpp/regex/pire/pire/re_parser.y +++ b/library/cpp/regex/pire/pire/re_parser.y @@ -13,7 +13,7 @@ * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * Pire is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -61,7 +61,7 @@ void AppendRange(const Encoding& encoding, Fsm& a, const Term::CharacterRange& c %parse-param { Pire::Lexer& rlex } %lex-param { Pire::Lexer& rlex } -%pure-parser +%define api.pure // Terminal declarations %term YRE_LETTERS |