Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 19 Apr 2023 14:48:35 +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.