RE: question on limits.h

2005-05-27 Thread Dave Korn
Original Message >From: Eric Blake >Sent: 27 May 2005 15:16 > My reading of POSIX says that LLONG_MIN and friends must always be > defined, and not just when the version of C is new enough: > http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html Interesting. You say tha

question on limits.h

2005-05-27 Thread Eric Blake
My reading of POSIX says that LLONG_MIN and friends must always be defined, and not just when the version of C is new enough: http://www.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html At any rate, I was surprised when I noticed that coreutils was redefining ULLONG_MAX because it could