diff options
Diffstat (limited to 'doc/info/chap/language-facilities.texinfo')
-rw-r--r-- | doc/info/chap/language-facilities.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/language-facilities.texinfo b/doc/info/chap/language-facilities.texinfo index 25d8c2c..5eb55a3 100644 --- a/doc/info/chap/language-facilities.texinfo +++ b/doc/info/chap/language-facilities.texinfo @@ -165,7 +165,7 @@ attribute @code{noreturn}. Note that including the @file{<stdnoreturn.h>} header file conflicts with this compiler feature. Because of this, @file{<stdnoreturn.h>} is considered non-portable -by @code{slibc}. If you want to use both, GCC +by @code{slibc}. If you want to use both, @sc{GCC} supports @code{__attribute__((__noreturn__))} as a synonym for @code{__attribute__((noreturn))}. |