From d71ee32416a892aa3b13ffa1ad69d005fdb5781f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 Feb 2013 12:30:32 -0800 Subject: [PATCH] Fix typo in stdnoreturn documentation. --- doc/posix-headers/stdnoreturn.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/posix-headers/stdnoreturn.texi b/doc/posix-headers/stdnoreturn.texi index 9b500cc93e..19722bd1a3 100644 --- a/doc/posix-headers/stdnoreturn.texi +++ b/doc/posix-headers/stdnoreturn.texi @@ -28,6 +28,7 @@ directly. Although the resulting code operates correctly, the 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 -- 2.39.5