diff options
author | Bruno Haible <bruno@clisp.org> | 2011-09-17 17:10:12 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-09-17 17:10:12 +0200 |
commit | 2049ed10148563c6c530c8b13229ea35da4f4cc1 (patch) | |
tree | 1b8e95a8cc209fbb5f8dec566d3e74bcca06d20d /doc/posix-functions/tanhl.texi | |
parent | 7943c52181dd2ff0e9c02b14c5a504da09db337b (diff) | |
download | gnulib-2049ed10148563c6c530c8b13229ea35da4f4cc1.tar.gz |
doc: Mention functions which are declared as macros.
* doc/posix-functions/*[fl].texi: Mention that some functions are
defined as macros with arguments only.
Diffstat (limited to 'doc/posix-functions/tanhl.texi')
-rw-r--r-- | doc/posix-functions/tanhl.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/posix-functions/tanhl.texi b/doc/posix-functions/tanhl.texi index b351d00733..be0be926ef 100644 --- a/doc/posix-functions/tanhl.texi +++ b/doc/posix-functions/tanhl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize |