[ruby/date] Use strncasecmp

https://github.com/ruby/date/commit/5974ac9c7e
This commit is contained in:
Nobuyoshi Nakada 2024-06-21 18:21:07 +09:00 committed by git
parent 12e66f11e5
commit 7aafd3ed0e
2 changed files with 335 additions and 329 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,7 @@
%{
#define GPERF_DOWNCASE 1
#define GPERF_CASE_STRNCMP 1
#define gperf_case_strncmp strncasecmp
struct zone {
int name;
int offset;