[Freeciv-Dev] (PR#10180) [Patch] Optimize MAX(), MIN() calls
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10180 >
> [marko.lindqvist@xxxxxxxxxxx - Sat Sep 18 19:34:26 2004]:
> I had to change macro SQSIZE into inline function get_sqsize() in
> order to use temporary variable.
This part is kindof ugly. This shouldn't be an inline function and
should probably just be a regular function (rather than a macro). You
can update the patch to fix this or just drop it if you like.
jason
|
|