]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Undef bool before including <curses.h>, since it tries to typedef
authorhe <he@NetBSD.org>
Sun, 11 Apr 2004 13:35:06 +0000 (13:35 +0000)
committerhe <he@NetBSD.org>
Sun, 11 Apr 2004 13:35:06 +0000 (13:35 +0000)
commit719921c6b2c9ada81455b4a32fc99807230266ca
tree758be6b3d517abe92874bd4b965491884026b5ca
parent0cf3d63b421b88cc05b4ac55af656f84128713f4
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.
phantasia/fight.c
phantasia/gamesupport.c
phantasia/interplayer.c
phantasia/io.c
phantasia/main.c
phantasia/misc.c