aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 17:22:41 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 17:22:41 +0100
commit8649948a4d1b4fbb52b2f55fe519dab36d4731ea (patch)
treec2e34550519f5ace54ae1545ba0f977c1ddaecc5 /src/include
parent0fd3a1d3cc5f3dab3f36ed2cdf194f76d7ab484a (diff)
downloadgnunet-8649948a4d1b4fbb52b2f55fe519dab36d4731ea.tar.gz
gnunet-8649948a4d1b4fbb52b2f55fe519dab36d4731ea.zip
-be more careful about comments in macros
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mysql_compat.h4
1 files 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"
45#if MYSQL_VERSION_ID < 80000 45#if MYSQL_VERSION_ID < 80000
46#define MYSQL_BOOL bool 46#define MYSQL_BOOL bool
47#else 47#else
48#define MYSQL_BOOL my_bool // MySQL < 8 wants this 48#define MYSQL_BOOL my_bool /* MySQL < 8 wants this */
49#endif 49#endif
50#else 50#else
51#define MYSQL_BOOL my_bool // MariaDB still uses my_bool 51#define MYSQL_BOOL my_bool /* MariaDB still uses my_bool */
52#endif 52#endif
53 53
54#if 0 /* keep Emacsens' auto-indent happy */ 54#if 0 /* keep Emacsens' auto-indent happy */