Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/phantasia



Module Name:    src
Committed By:   dholland
Date:           Mon Aug 31 08:27:16 UTC 2009

Modified Files:
        src/games/phantasia: fight.c gamesupport.c interplayer.c io.c main.c
            misc.c phantglobs.c setup.c
Removed Files:
        src/games/phantasia: include.h

Log Message:
Dumping all system includes anything uses in one big header file is so 1986.

XXX: Removing unused declarations (thus, unused headers can trigger
XXX: it) sometimes causes gcc to generate substantially different
XXX: code. Dunno why but it looks rather like a gcc bug.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/games/phantasia/fight.c
cvs rdiff -u -r1.10 -r1.11 src/games/phantasia/gamesupport.c
cvs rdiff -u -r1.6 -r0 src/games/phantasia/include.h
cvs rdiff -u -r1.11 -r1.12 src/games/phantasia/interplayer.c
cvs rdiff -u -r1.13 -r1.14 src/games/phantasia/io.c
cvs rdiff -u -r1.22 -r1.23 src/games/phantasia/main.c
cvs rdiff -u -r1.18 -r1.19 src/games/phantasia/misc.c
cvs rdiff -u -r1.5 -r1.6 src/games/phantasia/phantglobs.c
cvs rdiff -u -r1.20 -r1.21 src/games/phantasia/setup.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