aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-05-15 15:12:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-05-15 15:12:15 +0300
commit1107437dceb036a21745779d911539cc273bb094 (patch)
treea30a6c19faafc2bba568073979f4aef4e1d3fb1a /FIXES
parent93e5dd87a1fc9782b877d41efa6222f55a0e4167 (diff)
downloadone-true-awk-1107437dceb036a21745779d911539cc273bb094.tar.gz
Fix test for use of noreturn.
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES4
1 files changed, 4 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index 509f4ac..baa7ae5 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,10 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+May 5, 2020:
+ Fix checks for compilers that can handle noreturn. Thanks to
+ GitHub user enh-google for pointing it out. Closes Issue #79.
+
April 16, 2020:
Handle old compilers that don't support C11 (for noreturn).
Thanks to Arnold Robbins.