]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in stdnoreturn documentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 20:30:32 +0000 (12:30 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Feb 2013 20:30:55 +0000 (12:30 -0800)
doc/posix-headers/stdnoreturn.texi

index 9b500cc93eb07cbe27de23162cea4e02ae4fb7ef..19722bd1a3022ea65819acf54faa1d37db1831d4 100644 (file)
@@ -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