exit(0) added (trouble with make)
authorbal <none@none>
Fri, 6 Sep 1985 11:38:00 +0000 (11:38 +0000)
committerbal <none@none>
Fri, 6 Sep 1985 11:38:00 +0000 (11:38 +0000)
util/ego/share/makewlen.c

index a26dc89..a20d9fd 100644 (file)
@@ -1,4 +1,5 @@
 main()
 {
        printf("#define WORDLENGTH %d\n",sizeof(int) * 8);
+       exit(0);
 }