File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ mp_import_stat_t mp_import_stat(const char *path) {
122
122
return MP_IMPORT_STAT_NO_EXIST ;
123
123
}
124
124
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 ) {
126
126
return mp_const_none ;
127
127
}
128
128
MP_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) {
77
77
return MP_IMPORT_STAT_NO_EXIST ;
78
78
}
79
79
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 ) {
81
81
return mp_const_none ;
82
82
}
83
83
MP_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) {
106
106
return MP_IMPORT_STAT_NO_EXIST ;
107
107
}
108
108
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 ) {
110
110
return mp_const_none ;
111
111
}
112
112
MP_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