]> sjero.net Git - wget/commitdiff
[svn] Remove obsolete definition of with_thousand_seps_sum.
authorhniksic <devnull@localhost>
Wed, 29 Jun 2005 17:57:03 +0000 (10:57 -0700)
committerhniksic <devnull@localhost>
Wed, 29 Jun 2005 17:57:03 +0000 (10:57 -0700)
src/ChangeLog
src/wget.h

index bd5c0b8b3c1b993ef9c8679f1be7329e4ef6534b..370b7cc443c2426c8066e8e67f990fb65838de32 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.h: Remove obsolete definition of with_thousand_seps_sum.
+
 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * gnu-md5.h: Unconditionally include limits.h.
index 6a0756b0acdda251c883b57e009cc2ff2ba7810e..09cf23713d68ed8cb2d161ce01e407f66842ebc5 100644 (file)
@@ -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;