You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
161 B
3 lines
161 B
11 years ago
|
void mp_parse_show_exception(mp_lexer_t *lex, mp_parse_error_kind_t parse_error_kind);
|
||
|
mp_obj_t mp_parse_make_exception(mp_parse_error_kind_t parse_error_kind);
|