mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
manual: Fix up stdbit.texi
My recent change broke make pdf and in other documentation formats results in weird rendering and invalid URL, all because of a forgotten comma to separate @uref arguments.
This commit is contained in:
parent
ae4b8d6a0e
commit
c62b6265a6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ the functions but without any suffix such as @samp{_uc}. The
|
|||
type-generic macro can only be used with an argument of an unsigned
|
||||
integer type with a width of 8, 16, 32 or 64 bits, or when using
|
||||
a compiler with support for
|
||||
@uref{https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html@code{__builtin_stdc_bit_ceil}},
|
||||
@uref{https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html,@code{__builtin_stdc_bit_ceil}},
|
||||
etc.@:, built-in functions such as GCC 14.1 or later
|
||||
any unsigned integer type those built-in functions support.
|
||||
In GCC 14.1 that includes support for @code{unsigned __int128} and
|
||||
|
|
Loading…
Add table
Reference in a new issue