summaryrefslogtreecommitdiff
path: root/stm/pyexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/pyexec.h')
-rw-r--r--stm/pyexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/pyexec.h b/stm/pyexec.h
index 3d28ec5ce..cad15af6f 100644
--- a/stm/pyexec.h
+++ b/stm/pyexec.h
@@ -2,4 +2,4 @@ void pyexec_raw_repl(void);
void pyexec_repl(void);
bool pyexec_file(const char *filename);
-mp_obj_t pyb_set_repl_info(mp_obj_t o_value);
+MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);