From: Paul Eggert Date: Tue, 19 Feb 2013 20:30:32 +0000 (-0800) Subject: Fix typo in stdnoreturn documentation. X-Git-Tag: v0.1~198 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=d71ee32416a892aa3b13ffa1ad69d005fdb5781f Fix typo in stdnoreturn documentation. --- diff --git a/doc/posix-headers/stdnoreturn.texi b/doc/posix-headers/stdnoreturn.texi index 9b500cc93..19722bd1a 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