|
|
@@ -114,9 +114,9 @@ void gc_collect(void) {
|
|
|
gc_dump_info();
|
|
|
}
|
|
|
|
|
|
-mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
|
|
|
- mp_raise_OSError(ENOENT);
|
|
|
-}
|
|
|
+//mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
|
|
|
+// mp_raise_OSError(ENOENT);
|
|
|
+//}
|
|
|
|
|
|
mp_import_stat_t mp_import_stat(const char *path) {
|
|
|
return MP_IMPORT_STAT_NO_EXIST;
|