mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
This commit is contained in:
parent
6a3165e19d
commit
7c0f513e97
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -450,7 +450,7 @@ search_nonascii(const char *p, const char *e)
|
|||
{
|
||||
const uintptr_t *s, *t;
|
||||
|
||||
#if defined(__STDC_VERSION) && (__STDC_VERSION__ >= 199901L)
|
||||
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
||||
# if SIZEOF_UINTPTR_T == 8
|
||||
# define NONASCII_MASK UINT64_C(0x8080808080808080)
|
||||
# elif SIZEOF_UINTPTR_T == 4
|
||||
|
|
Loading…
Add table
Reference in a new issue