Commit dad78426 by Andreas Schwab Committed by Andreas Schwab

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
parent 4c80872c
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> 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* doc/install.texi (--enable-threads): Document "gnat" option. * doc/install.texi (--enable-threads): Document "gnat" option.
......
...@@ -4976,7 +4976,7 @@ ISO C macro @code{HUGE_VAL}. ...@@ -4976,7 +4976,7 @@ ISO C macro @code{HUGE_VAL}.
Similar to @code{__builtin_huge_val}, except the return type is @code{float}. Similar to @code{__builtin_huge_val}, except the return type is @code{float}.
@end deftypefn @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 Similar to @code{__builtin_huge_val}, except the return
type is @code{long double}. type is @code{long double}.
@end deftypefn @end deftypefn
...@@ -4991,7 +4991,7 @@ This function is suitable for implementing the ISO C99 macro @code{INFINITY}. ...@@ -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}. Similar to @code{__builtin_inf}, except the return type is @code{float}.
@end deftypefn @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 Similar to @code{__builtin_inf}, except the return
type is @code{long double}. type is @code{long double}.
@end deftypefn @end deftypefn
...@@ -5016,7 +5016,7 @@ that it is considered a compile-time constant. ...@@ -5016,7 +5016,7 @@ that it is considered a compile-time constant.
Similar to @code{__builtin_nan}, except the return type is @code{float}. Similar to @code{__builtin_nan}, except the return type is @code{float}.
@end deftypefn @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}. Similar to @code{__builtin_nan}, except the return type is @code{long double}.
@end deftypefn @end deftypefn
...@@ -5030,7 +5030,7 @@ to be a signaling NaN. The @code{nans} function is proposed by ...@@ -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}. Similar to @code{__builtin_nans}, except the return type is @code{float}.
@end deftypefn @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}. Similar to @code{__builtin_nans}, except the return type is @code{long double}.
@end deftypefn @end deftypefn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment