gentoo/dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch
Maciej Barć 31d7c231a1
dev-scheme/mit-scheme: fix implicit
Closes: https://bugs.gentoo.org/894422
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-02-16 16:53:55 +01:00

20 lines
340 B
Diff

--- a/lib/include/termcap.c
+++ b/lib/include/termcap.c
@@ -144,7 +144,7 @@ int bufsize = 128;
# define NULL 0
#endif
-static
+static void
memory_out ()
{
write (2, "Virtual memory exhausted\n", 25);
@@ -328,6 +328,7 @@ tgetst1 (ptr, area)
char PC;
+void
tputs (string, nlines, outfun)
char *string;
int nlines;