* modules/stdnoreturn (Status): Remove.
(Notice): Say that it is deprecated, not obsolete.
* doc/noreturn.texi: Fix a typo.
+2022-12-27 Bruno Haible <bruno@clisp.org>
+
+ stdnoreturn: Mark as deprecated, not obsolete. (Regression 2022-12-24.)
+ * modules/stdnoreturn (Status): Remove.
+ (Notice): Say that it is deprecated, not obsolete.
+ * doc/noreturn.texi: Fix a typo.
+
2022-12-26 Paul Eggert <eggert@cs.ucla.edu>
stdbool-c99: fix typo
It can also help generate more-efficient code, as there is no need
to save a return address when calling a non-returning function.
-Gnulib has multiple ways to support such a declaration''
+Gnulib has multiple ways to support such a declaration:
@itemize @bullet
@item
Description:
A <stdnoreturn.h> that nearly conforms to ISO C11.
-Status:
-obsolete
-
Notice:
-This module is obsolete.
+The module 'stdnoreturn' is deprecated.
+New code should use the '_Noreturn' keyword or the 'noreturn' module.
Files:
lib/stdnoreturn.in.h