diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /contrib/tools/bison/gnulib | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/bison/gnulib')
-rw-r--r-- | contrib/tools/bison/gnulib/src/wcrtomb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/bison/gnulib/src/wcrtomb.c b/contrib/tools/bison/gnulib/src/wcrtomb.c index 47bdd3015c..c3cda35803 100644 --- a/contrib/tools/bison/gnulib/src/wcrtomb.c +++ b/contrib/tools/bison/gnulib/src/wcrtomb.c @@ -24,8 +24,8 @@ #include <stdlib.h> -// wcrtomb is defined for msvs 2017 15.7 -#if _MSC_VER < 1914 +// wcrtomb is defined for msvs 2017 15.7 +#if _MSC_VER < 1914 size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps) { @@ -53,4 +53,4 @@ wcrtomb (char *s, wchar_t wc, mbstate_t *ps) } } } -#endif +#endif |