gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 21/256: curl/system.h: checksrc compliance


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 21/256: curl/system.h: checksrc compliance
Date: Fri, 06 Oct 2017 19:41:52 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit b4b26cdda6cd7faebf2bb07d365a3356781847ce
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Aug 17 09:38:41 2017 +0200

    curl/system.h: checksrc compliance
---
 include/curl/system.h | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/include/curl/system.h b/include/curl/system.h
index 95c72d998..eabb6dfa8 100644
--- a/include/curl/system.h
+++ b/include/curl/system.h
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]