gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 50/256: config-tpf: define SIZEOF_LONG


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 50/256: config-tpf: define SIZEOF_LONG
Date: Fri, 06 Oct 2017 19:42:21 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 00da16ca5b31be84070fc85a85f28b62204d95a8
Author: Jay Satiro <address@hidden>
AuthorDate: Wed Aug 23 03:17:10 2017 -0400

    config-tpf: define SIZEOF_LONG
    
    Recent changes that replaced CURL_SIZEOF_LONG in the source with
    SIZEOF_LONG broke builds that use the premade configuration files and
    don't have SIZEOF_LONG defined.
    
    Bug: https://github.com/curl/curl/issues/1816
---
 lib/config-tpf.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/config-tpf.h b/lib/config-tpf.h
index d1714fdfc..d1eb3d906 100644
--- a/lib/config-tpf.h
+++ b/lib/config-tpf.h
@@ -618,6 +618,9 @@
 /* The size of `short', as computed by sizeof. */
 #define SIZEOF_SHORT 2
 
+/* Define to the size of `long', as computed by sizeof. */
+#define SIZEOF_LONG 8
+
 /* The size of `size_t', as computed by sizeof. */
 #define SIZEOF_SIZE_T 8
 

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



reply via email to

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