diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-08-04 11:38:26 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-08-04 11:50:56 +0300 |
commit | ad701999eb5b93914c402b833230cf5f25958d46 (patch) | |
tree | c90ad21f5f2b35d8db8c2f75a651bbe63ec1d6ef /contrib/tools/bison/lib/c-strcasecmp.c | |
parent | 8744db6c4910e07c48a536a49886d2601c4fe6c6 (diff) | |
download | ydb-ad701999eb5b93914c402b833230cf5f25958d46.tar.gz |
Update contrib/tools/bison to 3.5.4
3.4.2 build is broken in NixOS, hence 3.3.x is updated to 3.5.y.
61a027adbe6cc0b27392bf3980c328640fd0ba69
Diffstat (limited to 'contrib/tools/bison/lib/c-strcasecmp.c')
-rw-r--r-- | contrib/tools/bison/lib/c-strcasecmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/bison/lib/c-strcasecmp.c b/contrib/tools/bison/lib/c-strcasecmp.c index ec50f1abe7..951220f3e2 100644 --- a/contrib/tools/bison/lib/c-strcasecmp.c +++ b/contrib/tools/bison/lib/c-strcasecmp.c @@ -1,5 +1,5 @@ /* c-strcasecmp.c -- case insensitive string comparator in C locale - Copyright (C) 1998-1999, 2005-2006, 2009-2019 Free Software Foundation, Inc. + Copyright (C) 1998-1999, 2005-2006, 2009-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |