fix typo
This commit is contained in:
parent
6a3165e19d
commit
7c0f513e97
2
string.c
2
string.c
@ -450,7 +450,7 @@ search_nonascii(const char *p, const char *e)
|
|||||||
{
|
{
|
||||||
const uintptr_t *s, *t;
|
const uintptr_t *s, *t;
|
||||||
|
|
||||||
#if defined(__STDC_VERSION) && (__STDC_VERSION__ >= 199901L)
|
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)
|
||||||
# if SIZEOF_UINTPTR_T == 8
|
# if SIZEOF_UINTPTR_T == 8
|
||||||
# define NONASCII_MASK UINT64_C(0x8080808080808080)
|
# define NONASCII_MASK UINT64_C(0x8080808080808080)
|
||||||
# elif SIZEOF_UINTPTR_T == 4
|
# elif SIZEOF_UINTPTR_T == 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user