summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-08-10 00:17:58 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-08-10 00:22:10 -0700
commitfe6964f010a9881ad323a770e97f17a77e2f2b7f (patch)
tree8733ccd684a4894734b425ce5f9711b272fbd3b0 /ChangeLog
parentef5a4088d9236a55283d1eb576f560aa39c09e6f (diff)
downloadgnulib-fe6964f010a9881ad323a770e97f17a77e2f2b7f.tar.gz
maint: parenthesize macro definiens
* lib/intprops.h (INT_ADD_OK, INT_SUBTRACT_OK, INT_MULTIPLY_OK): * lib/pipe-filter-ii.c (GetLastError): * lib/thread-optim.h (gl_multithreaded): Parenthesize function-like macro definiens beginning with a unary operator; needed for weird invocations like ‘m (...)[p]’.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5293fc104f..f9499921dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-08-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ maint: parenthesize macro definiens
+ * lib/intprops.h (INT_ADD_OK, INT_SUBTRACT_OK, INT_MULTIPLY_OK):
+ * lib/pipe-filter-ii.c (GetLastError):
+ * lib/thread-optim.h (gl_multithreaded): Parenthesize
+ function-like macro definiens beginning with a unary operator;
+ needed for weird invocations like ‘m (...)[p]’.
+
2022-08-09 Paul Eggert <eggert@cs.ucla.edu>
stdckdint: prefer to intprops when easy