summaryrefslogtreecommitdiff
path: root/dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch
blob: 545ec49494f253e085e19c2d9700a1465eb4c795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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;