]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
64-bit cleanliness in int64.c. This is all hideous; really I ought
authorSimon Tatham <anakin@pobox.com>
Tue, 16 Sep 2008 18:21:33 +0000 (18:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 16 Sep 2008 18:21:33 +0000 (18:21 +0000)
commitbdeebc992f2ef925773571fe524cbdb649ece1c8
treed0a1f773aceef08b64a11ce9b5cc9ef13bb77e60
parent2a0cf16c3373af9aabb05a447e4ebe1ae3f07149
64-bit cleanliness in int64.c. This is all hideous; really I ought
to be trying harder to find a 32-bit type rather than making a
uint64 structure out of two potentially 64-bit unsigned longs. And
really I ought to be using the C99 64-bit integers anyway if they're
available. But this should do for the moment.

[originally from svn r8184]
int64.c