summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-25 16:10:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-25 16:13:10 -0800
commitbcbb26050fe764bb476a08f5b3087c78159d3913 (patch)
treedfbf893c45c82ddc897a0034c0fda60b13b5c6ac /NEWS
parentd8425fccd3c0452491faa32aa46efb2d31469e2d (diff)
downloadgzip-bcbb26050fe764bb476a08f5b3087c78159d3913.tar.gz
gzip: port alignas usage to C23
* gzip.c (BUFFER_ALIGNED): Do not depend on __alignas_is_defined as that has been removed from C23.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 918fcf2..f2ea30e 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ GNU gzip NEWS -*- outline -*-
[bug present since the beginning]
Port to C23, which does not allow K&R-style function definitions
- with parameters.
+ with parameters, and which does not define __alignas_is_defined.
* Noteworthy changes in release 1.12 (2022-04-07) [stable]