mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-08 20:50:16 +00:00
remove isascii marco
This commit is contained in:
parent
23c26c7a73
commit
afd0cbc8a0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user