changeset 17339:bfb7633de5b0

Fix typo in stdnoreturn documentation.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Feb 2013 12:30:32 -0800
parents 6f8d1926ece8
children e6a6fd004283
files doc/posix-headers/stdnoreturn.texi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/posix-headers/stdnoreturn.texi
+++ b/doc/posix-headers/stdnoreturn.texi
@@ -28,6 +28,7 @@
 compiler is not informed whether @code{noreturn} functions do not
 return, so it may generate incorrect warnings at compile-time, or code
 that is slightly less optimized.  This problem does not occur with
+@code{_Noreturn}.
 @item
 Circa 2012 bleeding-edge GCC with @code{-Werror=old-style-declaration}
 requires @code{_Noreturn} or @code{noreturn} before the returned type