From 4e6b148f6a9523eddf047a5ecf207e41a101cfd7 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 29 Jun 2005 10:57:03 -0700 Subject: [PATCH] [svn] Remove obsolete definition of with_thousand_seps_sum. --- src/ChangeLog | 4 ++++ src/wget.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index bd5c0b8b..370b7cc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-06-29 Hrvoje Niksic + + * wget.h: Remove obsolete definition of with_thousand_seps_sum. + 2005-06-29 Hrvoje Niksic * gnu-md5.h: Unconditionally include limits.h. diff --git a/src/wget.h b/src/wget.h index 6a0756b0..09cf2371 100644 --- a/src/wget.h +++ b/src/wget.h @@ -145,9 +145,8 @@ typedef off_t wgint; few places in Wget, this is acceptable.) */ #if SIZEOF_WGINT >= 8 -/* just use wgint, which we already know how to print */ +/* just use wgint */ typedef wgint SUM_SIZE_INT; -# define with_thousand_seps_sum with_thousand_seps #else /* On systems without LFS, use double, which buys us integers up to 2^53. */ typedef double SUM_SIZE_INT; -- 2.39.2