X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Farith.h;h=a2abfe826c1e1f37b3a4c6b310753f004a7fa004;hb=bb971a1e8a25cf2316d1cf5da309eb77b4975f0f;hp=bcd1c0a2f4e33dbea4a0d568875df66cc1f83415;hpb=a0fb51e136d3df620eb3189683aae90b25bd8dd7;p=chaz%2Ftar diff --git a/src/arith.h b/src/arith.h index bcd1c0a..a2abfe8 100644 --- a/src/arith.h +++ b/src/arith.h @@ -22,6 +22,6 @@ blocked in 1 kB boundaries. We'll need arbitrary precision arithmetic anyway once we get into the 2**64 range, so there's no point doing anything fancy before then. */ - + #define TARLONG_FORMAT "%.0f" typedef double tarlong;