gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/04: mhd_limits.h: removed wrong alternative for SSIZE


From: gnunet
Subject: [libmicrohttpd] 04/04: mhd_limits.h: removed wrong alternative for SSIZE_MAX
Date: Thu, 02 Sep 2021 14:18:30 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f602bab6f6681a8b55d30cc636f1fe1f81e4dbf6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Sep 2 14:59:16 2021 +0300

    mhd_limits.h: removed wrong alternative for SSIZE_MAX
---
 src/microhttpd/mhd_limits.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/microhttpd/mhd_limits.h b/src/microhttpd/mhd_limits.h
index b7a8527d..a4e15423 100644
--- a/src/microhttpd/mhd_limits.h
+++ b/src/microhttpd/mhd_limits.h
@@ -107,8 +107,6 @@
 #ifndef SSIZE_MAX
 #ifdef __SSIZE_MAX__
 #define SSIZE_MAX __SSIZE_MAX__
-#elif defined(PTRDIFF_MAX)
-#define SSIZE_MAX PTRDIFF_MAX
 #elif defined(INTPTR_MAX)
 #define SSIZE_MAX INTPTR_MAX
 #else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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