http://www.nabble.com/ISO-C90-does-not-support-`long-long'-tf1038737.html#a2698581
About long long issue and other possible extension, I would promote the
use of GMP extended precision library, which is LGPL and largely used.
For instance it would be a nice solution for issues like:
http://wald.intevation.org/tracker/?func=detail&aid=493&group_id=21&atid=204
and indeed long long is already used in the code as you can see grepping
around.
--
Francesco P. Lovergine
Francesco P. Lovergine wrote:
http://www.nabble.com/ISO-C90-does-not-support-`long-long'-tf1038737.html#a2698581
About long long issue and other possible extension, I would promote the
use of GMP extended precision library, which is LGPL and largely used.
GMP is complete overkill for counters. Any value which would ever make
sense there will easily fit into 64 bits.
For instance it would be a nice solution for issues like:
http://wald.intevation.org/tracker/?func=detail&aid=493&group_id=21&atid=204
and indeed long long is already used in the code as you can see grepping
around.
I see precisely two cases: the dglInt64_t which has already been
spotted (but not fixed yet), and g.region (which I'll fix in a
moment, so it's essentially one case).
--
Glynn Clements <glynn@gclements.plus.com>