1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix.

This commit is contained in:
hniksic 2005-08-12 06:17:42 -07:00
parent b23ed889b1
commit 602105004e

View File

@ -134,7 +134,7 @@ typedef off_t wgint;
# define WGINT_MAX LLONG_MAX # define WGINT_MAX LLONG_MAX
# ifdef HAVE_STRTOLL # ifdef HAVE_STRTOLL
# define str_to_wgint strtoll # define str_to_wgint strtoll
# elif HAVE_STRTOIMAX /* HPUX 11.0 has strtoimax, but no strtoll */ # elif defined HAVE_STRTOIMAX /* HPUX 11.0 has strtoimax, but no strtoll */
# define str_to_wgint strtoimax # define str_to_wgint strtoimax
# else # else
# define str_to_wgint strtoll # define str_to_wgint strtoll