Minimal forward-port to modern C - just enough to get it to compile.

This commit is contained in:
Eric S. Raymond 2017-02-16 13:14:57 -05:00
parent 24d7aeaf8a
commit 50ab7b9d47
4 changed files with 26 additions and 14 deletions

View file

@ -21,3 +21,6 @@ actions2.o: misc.h main.h share.h funcs.h
score.o: misc.h main.h share.h
misc.o: misc.h main.h
clean:
rm -f *.o adventure