|
Message-Id: <6e967cd168d162c99a396ec11ddf45dcfc3e7fc1.1685522953.git.Jens.Gustedt@inria.fr> Date: Wed, 31 May 2023 11:23:00 +0200 From: Jens Gustedt <Jens.Gustedt@...ia.fr> To: musl@...ts.openwall.com Subject: [C23 divers headers 13/17] C23: add the __STDC_VERSION_ASSERT_H__ macro --- include/assert.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/assert.h b/include/assert.h index 034c4aa7..0184400c 100644 --- a/include/assert.h +++ b/include/assert.h @@ -2,6 +2,8 @@ #undef assert +#define __STDC_VERSION_ASSERT_H__ 202300L + // Ensure that this version only accepts arguments that resolve to one // C expression after preprocessing. #ifndef __ASSERT_EXPRESSION -- 2.34.1
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.