From a6ad8fb14c6bed68eb8b37750e1b2fea36a8c908 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 10 Nov 2020 22:42:19 +0000 Subject: Time warp forward 34 years so that it compiles (but not work) --- warp/sm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'warp/sm.c') diff --git a/warp/sm.c b/warp/sm.c index 4bbe328f..69b10401 100644 --- a/warp/sm.c +++ b/warp/sm.c @@ -12,11 +12,11 @@ #include "config.h" int -main() +main(void) { char screen[23][90], buf[10]; - Reg1 int y; - Reg2 int x; + int y; + int x; int tmpy, tmpx; for (x=0; x<79; x++) @@ -45,7 +45,7 @@ main() } } else { - Reg3 int numstars = 0; + int numstars = 0; for (y=1; y<23; y++) { for (x=0; x<79; x++) -- cgit v1.2.3-56-ge451