]> Savannah Git Hosting - gnulib.git/commitdiff
stdnoreturn: Mark as deprecated, not obsolete. (Regression 2022-12-24.)
authorBruno Haible <bruno@clisp.org>
Tue, 27 Dec 2022 10:13:05 +0000 (11:13 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Dec 2022 10:14:04 +0000 (11:14 +0100)
* modules/stdnoreturn (Status): Remove.
(Notice): Say that it is deprecated, not obsolete.
* doc/noreturn.texi: Fix a typo.

ChangeLog
doc/noreturn.texi
modules/stdnoreturn

index d81bde3f8d3ff301a983bbe8c84ee91b30bf48d8..aeacc1dae63d7519a9f07ad541c52d7a61e86aa7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index ad0a286f4a44a4a95a5865f1e94cd5f9c6ceccd3..748d30ab30d8f4eb9a287ce5c916811587491a96 100644 (file)
@@ -25,7 +25,7 @@ data-flow analysis, to declare which functions are non-returning.
 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
index ce6b04a35e2b3ec3ddfe5db08aad9771cdae1316..e283fd18fb201a03156c178a97314242ddb80cdc 100644 (file)
@@ -1,11 +1,9 @@
 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