diff options
author | alzobnin <alzobnin@yandex-team.ru> | 2022-02-10 16:46:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:50 +0300 |
commit | 5085152b94bf621933243a498def7f37d2e76b58 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/regex/pire | |
parent | c9317148cc3e9f1b0bc0ce95172f47e099f2c554 (diff) | |
download | ydb-5085152b94bf621933243a498def7f37d2e76b58.tar.gz |
Restoring authorship annotation for <alzobnin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/regex/pire')
-rw-r--r-- | library/cpp/regex/pire/pire.h | 2 | ||||
-rw-r--r-- | library/cpp/regex/pire/ya.make | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/regex/pire/pire.h b/library/cpp/regex/pire/pire.h index cc742f0196..286fecd693 100644 --- a/library/cpp/regex/pire/pire.h +++ b/library/cpp/regex/pire/pire.h @@ -8,7 +8,7 @@ #include <contrib/libs/pire/pire/extra.h> #include <library/cpp/charset/doccodes.h> - + namespace NPire { using TChar = Pire::Char; using Pire::MaxChar; diff --git a/library/cpp/regex/pire/ya.make b/library/cpp/regex/pire/ya.make index a341a33c73..c857e6d18b 100644 --- a/library/cpp/regex/pire/ya.make +++ b/library/cpp/regex/pire/ya.make @@ -31,10 +31,10 @@ SRCS( minimize.h ) -PEERDIR( +PEERDIR( library/cpp/charset -) - +) + END() RECURSE_FOR_TESTS(ut) |