mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
py/emit: Completely remove set_native_type, arg type is set in compiler.
In viper mode, the type of the argument is now stored in id_info->flags.
This commit is contained in:
@@ -41,6 +41,7 @@ enum {
|
||||
ID_FLAG_IS_PARAM = 0x01,
|
||||
ID_FLAG_IS_STAR_PARAM = 0x02,
|
||||
ID_FLAG_IS_DBL_STAR_PARAM = 0x04,
|
||||
ID_FLAG_VIPER_TYPE_POS = 4,
|
||||
};
|
||||
|
||||
typedef struct _id_info_t {
|
||||
|
||||
Reference in New Issue
Block a user