mirror of
https://github.com/curl/curl.git
synced 2026-07-25 23:57:16 +03:00
system.h: remove all CURL_SIZEOF_* defines
... as they're not used externally and internally we check for the sizes already in configure etc. Closes #1767
This commit is contained in:
parent
c95eff4a11
commit
80d9e35598
9 changed files with 27 additions and 412 deletions
|
|
@ -399,7 +399,7 @@ ParameterError str2offset(curl_off_t *val, const char *str)
|
|||
/* offsets aren't negative, this indicates weird input */
|
||||
return PARAM_NEGATIVE_NUMERIC;
|
||||
|
||||
#if(CURL_SIZEOF_CURL_OFF_T > CURL_SIZEOF_LONG)
|
||||
#if(SIZEOF_CURL_OFF_T > SIZEOF_LONG)
|
||||
{
|
||||
CURLofft offt = curlx_strtoofft(str, &endptr, 0, val);
|
||||
if(CURL_OFFT_FLOW == offt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue