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.
gentoo-overlay/dev-lang/eisl/files/eisl-2.65-implicit.patch

12 lines
270 B

--- a/main.c
+++ b/main.c
@@ -252,7 +252,7 @@ static inline void maybe_greet(void)
Fmt_print("Easy-ISLisp Ver%1.2f\n", VERSION);
}
-static inline disable_repl_flag(void)
+static inline void disable_repl_flag(void)
{
#ifndef WITHOUT_CURSES
repl_flag = false;