aboutsummaryrefslogtreecommitdiffstats
path: root/support/verify.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-08-29 19:49:53 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-08-29 19:49:53 +0300
commit115d14bcb7f9fc54caa33370e2887af3ac76e09f (patch)
tree19954df9a28f80bbadc0ef62482389dfc2b22fad /support/verify.h
parentcd20a8d0f216f304ba9c2d70c56fb8f2eade0cca (diff)
parent0e1761697d8ed24b07cf23035f5dd01d09056e3a (diff)
downloadegawk-115d14bcb7f9fc54caa33370e2887af3ac76e09f.tar.gz
egawk-115d14bcb7f9fc54caa33370e2887af3ac76e09f.tar.bz2
egawk-115d14bcb7f9fc54caa33370e2887af3ac76e09f.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support/verify.h')
-rw-r--r--support/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/verify.h b/support/verify.h
index 3485a7e6..a8ca59b0 100644
--- a/support/verify.h
+++ b/support/verify.h
@@ -25,7 +25,7 @@
works as per C11. This is supported by GCC 4.6.0+ and by clang 4+.
Define _GL_HAVE__STATIC_ASSERT1 to 1 if _Static_assert (R) works as
- per C2X. This is supported by GCC 9.1+.
+ per C2x. This is supported by GCC 9.1+.
Support compilers claiming conformance to the relevant standard,
and also support GCC when not pedantic. If we were willing to slow
@@ -202,7 +202,7 @@ template <int w>
This macro requires three or more arguments but uses at most the first
two, so that the _Static_assert macro optionally defined below supports
- both the C11 two-argument syntax and the C2X one-argument syntax.
+ both the C11 two-argument syntax and the C2x one-argument syntax.
Unfortunately, unlike C11, this implementation must appear as an
ordinary declaration, and cannot appear inside struct { ... }. */