[ruby/io-console] Use locale insensitive casecmp
https://github.com/ruby/io-console/commit/4b2e876dd7
This commit is contained in:
parent
f4f8aa0f89
commit
e428ee7bbe
@ -1073,7 +1073,7 @@ console_scroll(VALUE io, int line)
|
||||
|
||||
#define GPERF_DOWNCASE 1
|
||||
#define GPERF_CASE_STRCMP 1
|
||||
#define gperf_case_strcmp strcasecmp
|
||||
#define gperf_case_strcmp STRCASECMP
|
||||
#include "win32_vk.inc"
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user