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: he
Date: Sun Apr 11 13:35:06 UTC 2004
Modified Files:
src/games/phantasia: fight.c gamesupport.c interplayer.c io.c main.c
misc.c
Log Message:
Undef bool before including <curses.h>, since it tries to typedef
bool. Otherwise we get (at least on gcc 2.95.3) an empty declaration
warning from "typedef char char;" due to the #define of bool in
phantstruct.h.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/games/phantasia/fight.c
cvs rdiff -r1.7 -r1.8 src/games/phantasia/gamesupport.c \
src/games/phantasia/interplayer.c src/games/phantasia/io.c
cvs rdiff -r1.13 -r1.14 src/games/phantasia/main.c
cvs rdiff -r1.11 -r1.12 src/games/phantasia/misc.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