diff options
Diffstat (limited to 'stm/pyexec.h')
-rw-r--r-- | stm/pyexec.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stm/pyexec.h b/stm/pyexec.h deleted file mode 100644 index cad15af6fe..0000000000 --- a/stm/pyexec.h +++ /dev/null @@ -1,5 +0,0 @@ -void pyexec_raw_repl(void); -void pyexec_repl(void); -bool pyexec_file(const char *filename); - -MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj); |