mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-09 13:10:17 +00:00
remove isascii marco
This commit is contained in:
parent
23c26c7a73
commit
afd0cbc8a0
@ -13,10 +13,6 @@ typedef struct c11_string{
|
|||||||
int size;
|
int size;
|
||||||
} c11_string;
|
} c11_string;
|
||||||
|
|
||||||
#ifndef isascii
|
|
||||||
#define isascii(c) ((unsigned)(c) < 0x80)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct pkpy_Str{
|
typedef struct pkpy_Str{
|
||||||
int size;
|
int size;
|
||||||
bool is_ascii;
|
bool is_ascii;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user