mwoehlke <[EMAIL PROTECTED]> writes: > So what would be your recommendation? Remove all use of 64-bit > integers? (i.e. make intmax_t also 'long' rather than 'long long'?)
No, I'd make uintmax_t 32-bit and intmax_t 64 bit, if those are the widest unsigned and signed types. Then I'd fix any bugs that crop up. > And I wonder why I don't remember running into this with 5.97? > ... > Thanks. (Hmm, that sounds like you got off on a tangent talking about > my Tru64 problem?) I think the issues are related. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils