[Freeciv-Dev] Re: (GCC errors)7 patches to freeciv-1.11.4 (3rd try)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, 26 Feb 2001, Thue wrote:
> #define log(level, args...) reallylog((level) , ##args)
> has to be changed to
> #define log(level, args...) reallylog((level) , args)
> to prevent lots of strange error messages.
>
> This patch makes common/log.h work with gcc 2.96, which is great if you
> want to compile under 2.96, but REALLY BAD if you are using an earlier
> version of gcc.
Works for me on egcs-2.91.66. Anyway, I've never used ##syntax for this in
my code and had no problems with that.
Have a nice day.
Stepan Roh
- [Freeciv-Dev] 7 patches to freeciv-1.11.4 (3rd try), Chris Chittleborough, 2001/02/24
- [Freeciv-Dev] Re: 7 patches to freeciv-1.11.4 (3rd try), Raimar Falke, 2001/02/24
- [Freeciv-Dev] Re: (readline) 7 patches to freeciv-1.11.4 (3rd try), Thue, 2001/02/25
- [Freeciv-Dev] Re: (save command) 7 patches to freeciv-1.11.4 (3rd try), Thue, 2001/02/25
- [Freeciv-Dev] Re: (brown color)7 patches to freeciv-1.11.4 (3rd try), Thue, 2001/02/25
- [Freeciv-Dev] Re: (GCC errors)7 patches to freeciv-1.11.4 (3rd try), Thue, 2001/02/25
|
|