mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove obsolete definition of with_thousand_seps_sum.
This commit is contained in:
parent
8718741003
commit
4e6b148f6a
@ -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>
|
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* gnu-md5.h: Unconditionally include limits.h.
|
* gnu-md5.h: Unconditionally include limits.h.
|
||||||
|
@ -145,9 +145,8 @@ typedef off_t wgint;
|
|||||||
few places in Wget, this is acceptable.) */
|
few places in Wget, this is acceptable.) */
|
||||||
|
|
||||||
#if SIZEOF_WGINT >= 8
|
#if SIZEOF_WGINT >= 8
|
||||||
/* just use wgint, which we already know how to print */
|
/* just use wgint */
|
||||||
typedef wgint SUM_SIZE_INT;
|
typedef wgint SUM_SIZE_INT;
|
||||||
# define with_thousand_seps_sum with_thousand_seps
|
|
||||||
#else
|
#else
|
||||||
/* On systems without LFS, use double, which buys us integers up to 2^53. */
|
/* On systems without LFS, use double, which buys us integers up to 2^53. */
|
||||||
typedef double SUM_SIZE_INT;
|
typedef double SUM_SIZE_INT;
|
||||||
|
Loading…
Reference in New Issue
Block a user