gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -be more careful about comments in macro


From: gnunet
Subject: [gnunet] branch master updated: -be more careful about comments in macros
Date: Wed, 11 Jan 2023 17:22:44 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8649948a4 -be more careful about comments in macros
8649948a4 is described below

commit 8649948a4d1b4fbb52b2f55fe519dab36d4731ea
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 17:22:41 2023 +0100

    -be more careful about comments in macros
---
 src/include/gnunet_mysql_compat.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/gnunet_mysql_compat.h 
b/src/include/gnunet_mysql_compat.h
index 2025d481e..cfbd969a0 100644
--- a/src/include/gnunet_mysql_compat.h
+++ b/src/include/gnunet_mysql_compat.h
@@ -45,10 +45,10 @@ extern "C"
 #if MYSQL_VERSION_ID < 80000
 #define MYSQL_BOOL bool
 #else
-#define MYSQL_BOOL my_bool // MySQL < 8 wants this
+#define MYSQL_BOOL my_bool /* MySQL < 8 wants this */
 #endif
 #else
-#define MYSQL_BOOL my_bool // MariaDB still uses my_bool
+#define MYSQL_BOOL my_bool /* MariaDB still uses my_bool */
 #endif
 
 #if 0                           /* keep Emacsens' auto-indent happy */

-- 
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]