summaryrefslogtreecommitdiffstats
path: root/adventure/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* grumble.dholland2012-01-081-1/+2
|
* Oops, I forgot to actually implement the checksumming code for the newdholland2012-01-081-3/+9
| | | | savefile format, so any savefiles generated yesterday can be tampered with. Oh well. While here, tidy up the crc code.
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-211-6/+1
|
* Use __dead.dholland2009-08-251-3/+3
|
* Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,dholland2009-08-251-2/+2
| | | | | however, we have an ample vowel budget, and bit shortages are a thing of the past (even in a down economy) so spend a bit to improve readability.
* sprinkle staticdholland2009-08-121-21/+1
|
* Remove uses of __P.jsm2004-01-271-74/+74
|
* remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-8/+8
|
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-6/+6
|
* remove main() prototype, as per PR 6867hubertf1998-09-111-4/+1
|
* Remove unused function and unnecessary prototypes, as per PR 6050 byhubertf1998-08-291-6/+4
| | | Joseph Myers <jsm28@cam.ac.uk>
* Replace some homegrown string-functions with standard-<string.h>-macros.hubertf1998-08-241-4/+9
| | | Reported by Joseph Myers <jsm28@cam.ac.uk> in PR 6028.
* Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.hubertf1998-08-241-6/+6
|
* KNFify againlukem1997-10-111-2/+1
|
* KNFifylukem1997-10-111-3/+3
|
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-111-0/+131
While I was there add WARNS?= too.