Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: hubertf
Date: Wed Jul 28 23:23:39 UTC 1999
Modified Files:
basesrc/games/adventure: hdr.h init.c
Log Message:
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@localhost>
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/games/adventure/hdr.h
cvs rdiff -r1.11 -r1.12 basesrc/games/adventure/init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index