X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d92624dccee63e8bee8653e8ae845ffad3490b67..9c1609600d32ad27a7e154adecaa49494d7f5ec1:/int64.h diff --git a/int64.h b/int64.h index 0e924e11..1b23f826 100644 --- a/int64.h +++ b/int64.h @@ -7,7 +7,7 @@ typedef struct { unsigned long hi, lo; -} uint64, int64; +} uint64; uint64 uint64_div10(uint64 x, int *remainder); void uint64_decimal(uint64 x, char *buffer);