aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-04-30 14:17:26 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2003-04-30 14:17:26 +0000
commitdad784261d6bf45389009c71f81247050674ae8d (patch)
tree72fe8e95df9a5308dd32580b06d4afea72f7c9cd /gcc
parent4c80872c485988734ef2ea510e6e0ae29a94daed (diff)
downloadgcc-dad784261d6bf45389009c71f81247050674ae8d.zip
gcc-dad784261d6bf45389009c71f81247050674ae8d.tar.gz
gcc-dad784261d6bf45389009c71f81247050674ae8d.tar.bz2
extend.texi (Other Builtins): Enclose multiple word data type in braces for @deftypefn.
* doc/extend.texi (Other Builtins): Enclose multiple word data type in braces for @deftypefn. From-SVN: r66293
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a354bc6..c072e62 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-30 Andreas Schwab <schwab@suse.de>
+
+ * doc/extend.texi (Other Builtins): Enclose multiple word data
+ type in braces for @deftypefn.
+
2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* doc/install.texi (--enable-threads): Document "gnat" option.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index d88dc1a..77ae9a0 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4976,7 +4976,7 @@ ISO C macro @code{HUGE_VAL}.
Similar to @code{__builtin_huge_val}, except the return type is @code{float}.
@end deftypefn
-@deftypefn {Built-in Function} long double __builtin_huge_vall (void)
+@deftypefn {Built-in Function} {long double} __builtin_huge_vall (void)
Similar to @code{__builtin_huge_val}, except the return
type is @code{long double}.
@end deftypefn
@@ -4991,7 +4991,7 @@ This function is suitable for implementing the ISO C99 macro @code{INFINITY}.
Similar to @code{__builtin_inf}, except the return type is @code{float}.
@end deftypefn
-@deftypefn {Built-in Function} long double __builtin_infl (void)
+@deftypefn {Built-in Function} {long double} __builtin_infl (void)
Similar to @code{__builtin_inf}, except the return
type is @code{long double}.
@end deftypefn
@@ -5016,7 +5016,7 @@ that it is considered a compile-time constant.
Similar to @code{__builtin_nan}, except the return type is @code{float}.
@end deftypefn
-@deftypefn {Built-in Function} long double __builtin_nanl (const char *str)
+@deftypefn {Built-in Function} {long double} __builtin_nanl (const char *str)
Similar to @code{__builtin_nan}, except the return type is @code{long double}.
@end deftypefn
@@ -5030,7 +5030,7 @@ to be a signaling NaN. The @code{nans} function is proposed by
Similar to @code{__builtin_nans}, except the return type is @code{float}.
@end deftypefn
-@deftypefn {Built-in Function} long double __builtin_nansl (const char *str)
+@deftypefn {Built-in Function} {long double} __builtin_nansl (const char *str)
Similar to @code{__builtin_nans}, except the return type is @code{long double}.
@end deftypefn