diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/pire | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/pire')
-rw-r--r-- | contrib/libs/pire/pire/scanners/loaded.h | 2 | ||||
-rw-r--r-- | contrib/libs/pire/pire/scanners/slow.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/pire/pire/scanners/loaded.h b/contrib/libs/pire/pire/scanners/loaded.h index d51ff953c3..120dc403b7 100644 --- a/contrib/libs/pire/pire/scanners/loaded.h +++ b/contrib/libs/pire/pire/scanners/loaded.h @@ -170,7 +170,7 @@ public: m.initial = reinterpret_cast<size_t>(m_jumps + startState * m.lettersCount); // Build letter translation table - Fill(m_letters, m_letters + MaxChar, 0); + Fill(m_letters, m_letters + MaxChar, 0); for (auto&& letter : letters) for (auto&& character : letter.second.second) m_letters[character] = letter.second.first; diff --git a/contrib/libs/pire/pire/scanners/slow.h b/contrib/libs/pire/pire/scanners/slow.h index 88027a01eb..6adfcb8c1d 100644 --- a/contrib/libs/pire/pire/scanners/slow.h +++ b/contrib/libs/pire/pire/scanners/slow.h @@ -274,7 +274,7 @@ public: alloc(m_finals, m.statesCount); // Build letter translation table - Fill(m_letters, m_letters + MaxChar, 0); + Fill(m_letters, m_letters + MaxChar, 0); for (auto&& letter : fsm.Letters()) for (auto&& character : letter.second.second) m_letters[character] = letter.second.first; |