Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2002:
[Freeciv-Dev] [Patch] Bool cleanup of client/
Home

[Freeciv-Dev] [Patch] Bool cleanup of client/

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rf13@xxxxxxxxxxxxxxxxxxxxxx
Cc: freeciv development list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] [Patch] Bool cleanup of client/
From: Andreas Kemnade <akemnade@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Mar 2002 11:50:05 +0100

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


[Prev in Thread] Current Thread [Next in Thread]