On Fri, 2005-12-09 at 00:30 +0100, Hans de Goede wrote: > Things are not always that easy, LONG_SIZE as currently defined may be > used safely in preprocessor integer arithmetic, sizeof(long) == 0 as far > as the preprocessor is concerned. This is true, but still there's almost certainly going to be a more portable solution than one involving ifdefs on i386 or x86_64. -- dwmw2