diff options
author | karina-usm <karina-usm@yandex-team.ru> | 2022-02-10 16:48:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:05 +0300 |
commit | 62517661cde7aa7c93efe0281ec48eeb70ea420c (patch) | |
tree | 066f34bb401d85fa43842442fb0d888ffb2a305f /library/cpp/regex/pire/ya.make | |
parent | 5f8a2ce7b1dc3b3e1fae197610f189e7ed1d5723 (diff) | |
download | ydb-62517661cde7aa7c93efe0281ec48eeb70ea420c.tar.gz |
Restoring authorship annotation for <karina-usm@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/regex/pire/ya.make')
-rw-r--r-- | library/cpp/regex/pire/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make index c857e6d18bc..88afde3c61d 100644 --- a/library/cpp/regex/pire/ya.make +++ b/library/cpp/regex/pire/ya.make @@ -24,9 +24,9 @@ SRCS( extra/glyphs.cpp re_lexer.cpp re_parser.y - read_unicode.cpp + read_unicode.cpp extraencodings.cpp - approx_matching.cpp + approx_matching.cpp half_final_fsm.cpp minimize.h ) |