[Freeciv-Dev] [Patch] Bool cleanup of client/
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Raimar Falke writes:
>
> The attached patch:
> - removes did_advance_tech_this_turn
> - replaces int with bool
> - replaces gboolean with bool
>
> Andreas: if you use gcc or a comparable compiler please change
> typedef int bool;
> in common/shared.h to
> typedef char bool;
> and try to compile. Report/fix all compile errors.
Did the bool cleanup in client/gui-win32. Current cvs client/gui-win32
compiles now without warnings with bool=char and bool=int.
Greetings
Andreas Kemnade
|
|