File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ mp_import_stat_t mp_import_stat(const char *path) {
122122 return MP_IMPORT_STAT_NO_EXIST ;
123123}
124124
125- mp_obj_t mp_builtin_open (uint n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
125+ mp_obj_t mp_builtin_open (size_t n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
126126 return mp_const_none ;
127127}
128128MP_DEFINE_CONST_FUN_OBJ_KW (mp_builtin_open_obj , 1 , mp_builtin_open );
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ mp_import_stat_t mp_import_stat(const char *path) {
7777 return MP_IMPORT_STAT_NO_EXIST ;
7878}
7979
80- mp_obj_t mp_builtin_open (uint n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
80+ mp_obj_t mp_builtin_open (size_t n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
8181 return mp_const_none ;
8282}
8383MP_DEFINE_CONST_FUN_OBJ_KW (mp_builtin_open_obj , 1 , mp_builtin_open );
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ mp_import_stat_t mp_import_stat(const char *path) {
106106 return MP_IMPORT_STAT_NO_EXIST ;
107107}
108108
109- mp_obj_t mp_builtin_open (uint n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
109+ mp_obj_t mp_builtin_open (size_t n_args , const mp_obj_t * args , mp_map_t * kwargs ) {
110110 return mp_const_none ;
111111}
112112MP_DEFINE_CONST_FUN_OBJ_KW (mp_builtin_open_obj , 1 , mp_builtin_open );
You can’t perform that action at this time.
0 commit comments