avoid confusing gcc with -2147483648
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 11 Feb 2009 13:52:41 +0000 (14:52 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 11 Feb 2009 13:52:41 +0000 (14:52 +0100)
commit8098e75c0be3e52e094306bfbb7c5350f543ee96
tree7f67ae82cfb01499907df16fec4f009bf31304c9
parentc6f023287ff1651300e5436a3d1202bcd0fcd710
avoid confusing gcc with -2147483648

As Robin explained, -123UL will be (should be) parsed as -(123UL), which should make all compilers happy
time64_config.h