NetBSD/games/adventure
hubertf ef49c17e92 This patch fixes adventure(6) to use `extern' on declarations of
objects in its header file, and to add corresponding definitions to
init.c accordingly.  (See the C standard - relying on linker commons
where there are multiple uninitialised declarations of an object in
the program traditionally works on Unix, but is not standard C.)

The patch also removes a bit-rotten code fragment under #ifdef
OLDSTUFF.

Patch submitted in PR 8105 by Joseph Myers <jsm28@cam.ac.uk>
1999-07-28 23:23:39 +00:00
..
Makefile
adventure.6
crc.c
done.c
extern.h
glorkz
hdr.h This patch fixes adventure(6) to use `extern' on declarations of 1999-07-28 23:23:39 +00:00
init.c This patch fixes adventure(6) to use `extern' on declarations of 1999-07-28 23:23:39 +00:00
io.c
main.c This patch cleans up the handling of the variable `saved' in 1999-07-16 01:38:20 +00:00
save.c Adventure(6) should check for errors (e.g. disk full or quota 1999-07-17 20:02:48 +00:00
setup.c From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>: 1999-07-14 17:21:03 +00:00
subr.c
vocab.c
wizard.c This patch cleans up the handling of the variable `saved' in 1999-07-16 01:38:20 +00:00