]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/sm.c
cgram: use ASCII-only implementation of <ctype.h> functions
[bsdgames-darwin.git] / warp / sm.c
index 4bbe328f9549955c28dd3014457ad14de16ca3e1..a91c64ac5af677d5ebc5c2fad89fd1a2646148e0 100644 (file)
--- a/warp/sm.c
+++ b/warp/sm.c
@@ -9,14 +9,14 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>
-#include "config.h"
+#include "warp-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++)