summaryrefslogtreecommitdiff
path: root/lib/verify.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-07-31 11:59:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-07-31 12:00:35 -0700
commitad28cce8e80ff0499d624db228a1644d745b3a67 (patch)
tree953decd07dbc030f9bb2473afb9accbdddff6458 /lib/verify.h
parent0c484f5b94afb881676016186d0a15de1bf9872c (diff)
downloadgnulib-ad28cce8e80ff0499d624db228a1644d745b3a67.tar.gz
doc: C2X -> C2x
Diffstat (limited to 'lib/verify.h')
-rw-r--r--lib/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/verify.h b/lib/verify.h
index 3485a7e69f..a8ca59b093 100644
--- a/lib/verify.h
+++ b/lib/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 { ... }. */