mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
use uint8_t instead of ArgType in Arg struct
This commit is contained in:
parent
c9985334cb
commit
c9bd721f60
@ -55,7 +55,7 @@ typedef struct __arg __arg;
|
||||
struct __arg {
|
||||
__arg* next;
|
||||
uint16_t size;
|
||||
ArgType type;
|
||||
uint8_t type;
|
||||
uint8_t __rsvd;
|
||||
Hash name_hash;
|
||||
uint8_t content[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user