mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-02-05 17:28:23 +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 {
|
struct __arg {
|
||||||
__arg* next;
|
__arg* next;
|
||||||
uint16_t size;
|
uint16_t size;
|
||||||
ArgType type;
|
uint8_t type;
|
||||||
uint8_t __rsvd;
|
uint8_t __rsvd;
|
||||||
Hash name_hash;
|
Hash name_hash;
|
||||||
uint8_t content[];
|
uint8_t content[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user