Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/games/phantasia
Module Name: src
Committed By: tron
Date: Fri Apr 8 21:46:31 UTC 2005
Modified Files:
src/games/phantasia [netbsd-2]: misc.c
Log Message:
Pull up revision 1.12 (requested by jmc in ticket #1032):
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.10.4.1 -r1.10.4.2 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