From c28598c37d2520641dc9e51841cf65eff6df68fa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 24 Dec 2022 01:29:29 -0800 Subject: stdnoreturn: deprecate C23 says is obsolescent, so deprecate the stdnoreturn module. I don't think it was being used anyway as it had too many problems. * modules/stdnoreturn: Mark as obsolete. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bc620ce86a..dd2374c4fd 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,9 @@ User visible incompatible changes Date Modules Changes +2022-12-24 stdnoreturn This module is deprecated. Use _Noreturn + or the noreturn module instead. + 2022-12-21 ctime This module is deprecated. Use localtime_r and strftime (or even sprintf) instead. -- cgit v1.2.1