commit | 1107437dceb036a21745779d911539cc273bb094 | [log] [tgz] |
---|---|---|
author | Arnold D. Robbins <arnold@skeeve.com> | Fri May 15 15:12:15 2020 +0300 |
committer | Arnold D. Robbins <arnold@skeeve.com> | Fri May 15 15:12:15 2020 +0300 |
tree | a30a6c19faafc2bba568073979f4aef4e1d3fb1a | |
parent | 93e5dd87a1fc9782b877d41efa6222f55a0e4167 [diff] [blame] |
Fix test for use of noreturn.
diff --git a/awk.h b/awk.h index 36a4286..5a55301 100644 --- a/awk.h +++ b/awk.h
@@ -25,7 +25,7 @@ #include <assert.h> #include <stdint.h> #include <stdbool.h> -#if __STDC__ <= 199901L +#if __STDC_VERSION__ <= 199901L #define noreturn #else #include <stdnoreturn.h>