]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
This patch fixes adventure(6) to use `extern' on declarations of
authorhubertf <hubertf@NetBSD.org>
Wed, 28 Jul 1999 23:23:39 +0000 (23:23 +0000)
committerhubertf <hubertf@NetBSD.org>
Wed, 28 Jul 1999 23:23:39 +0000 (23:23 +0000)
commit13b270759f1529f9db9779c393c17985ff565bdf
tree091dd2c7812b6555350d013e902d2fb4b7066e95
parentd48dcc9da57f70c58b9662e3d6c7658a932931a0
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>
adventure/hdr.h
adventure/init.c