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:52 UTC 2005

Modified Files:
        src/games/phantasia [netbsd-2]: gamesupport.c interplayer.c io.c

Log Message:
Pull up revision 1.8 (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.6.16.1 -r1.6.16.2 src/games/phantasia/gamesupport.c \
    src/games/phantasia/interplayer.c
cvs rdiff -r1.6.4.1 -r1.6.4.2 src/games/phantasia/io.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