]> sjero.net Git - wget/blobdiff - src/sysdep.h
[svn] Support human-readable file size printing.
[wget] / src / sysdep.h
index 2aaa757df485aa49c5b559018be8217bba60f7de..e93f257e78d9bb548c106505764bd9f1bce72fb3 100644 (file)
@@ -111,7 +111,9 @@ so, delete this exception statement from your version.  */
 /* Define a large integral type useful for storing large sizes that
    exceed sizes of one download, such as when printing the sum of all
    downloads.  Note that this has nothing to do with large file
-   support, which determines the wgint type.
+   support, which determines the wgint type.  This should be as large
+   as possible even on systems where when wgint is 32-bit; also,
+   unlike wgint, this can be a floating point type.
 
    We use a 64-bit integral type where available, `double' otherwise.
    It's hard to print LARGE_INT's portably, but fortunately it's