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 Find setup-program even w/ obj dirs. 1998-08-01 23:02:35 +00:00
adventure.6 deprecate register, fixup .Nm usage 1997-10-10 11:59:26 +00:00
crc.c The patch below does some minor cleanup of adventure(6): an additional 1999-02-10 00:29:21 +00:00
done.c remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-13 15:21:36 +00:00
extern.h remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-13 15:21:36 +00:00
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 The game adventure(6) handles EOF on standard input rather 1999-02-10 00:11:28 +00:00
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 return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-14 09:29:08 +00:00
vocab.c return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>) 1998-09-14 09:29:08 +00:00
wizard.c This patch cleans up the handling of the variable `saved' in 1999-07-16 01:38:20 +00:00