mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
parser: Convert (u)int to mp_(u)int_t.
This commit is contained in:
@@ -77,7 +77,7 @@ typedef struct _mp_parse_node_struct_t {
|
||||
mp_parse_node_t mp_parse_node_new_leaf(mp_int_t kind, mp_int_t arg);
|
||||
void mp_parse_node_free(mp_parse_node_t pn);
|
||||
|
||||
void mp_parse_node_print(mp_parse_node_t pn, int indent);
|
||||
void mp_parse_node_print(mp_parse_node_t pn, mp_uint_t indent);
|
||||
|
||||
typedef enum {
|
||||
MP_PARSE_SINGLE_INPUT,
|
||||
|
||||
Reference in New Issue
Block a user