remove isascii marco

This commit is contained in:
方而静 2024-06-11 17:35:05 +08:00
parent 23c26c7a73
commit afd0cbc8a0

View File

@ -13,10 +13,6 @@ typedef struct c11_string{
int size;
} c11_string;
#ifndef isascii
#define isascii(c) ((unsigned)(c) < 0x80)
#endif
typedef struct pkpy_Str{
int size;
bool is_ascii;