mirror of
https://github.com/curl/curl.git
synced 2026-04-20 23:01:14 +03:00
curl/system.h: checksrc compliance
This commit is contained in:
parent
b7b4dc0d49
commit
b4b26cdda6
1 changed files with 6 additions and 4 deletions
|
|
@ -425,10 +425,12 @@
|
|||
/* ===================================== */
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# if !defined(__LP64__) && (defined(__ILP32__) || \
|
||||
defined(__i386__) || defined(__powerpc__) || defined(__arm__) || \
|
||||
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
|
||||
defined(__XTENSA__) || (defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4))
|
||||
# if !defined(__LP64__) && \
|
||||
(defined(__ILP32__) || \
|
||||
defined(__i386__) || defined(__powerpc__) || defined(__arm__) || \
|
||||
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
|
||||
defined(__XTENSA__) || \
|
||||
(defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4))
|
||||
# define CURL_SIZEOF_LONG 4
|
||||
# define CURL_TYPEOF_CURL_OFF_T long long
|
||||
# define CURL_FORMAT_CURL_OFF_T "lld"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue