K 10 svn:author V 3 yar K 8 svn:date V 27 2006-11-27T15:26:26.000000Z K 7 svn:log V 276 Allow for large scale factors. C99 warrants that ULLONG_MAX is not less than 2^64-1; and uintmax_t cannot be more narrow than unsigned long long. This allows for scale factors up to Exa inclusively. Use plain int for the scale index to be consistent with ifcmds.c and enum. END