diff --git a/source/basic.tex b/source/basic.tex index a3020c43c3..e6c36c83fb 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5704,9 +5704,8 @@ Every integer type has an \term{integer conversion rank} defined as follows: \begin{itemize} -\item No two signed integer types other than \keyword{char} and \tcode{\keyword{signed} -\keyword{char}} (if \keyword{char} is signed) have the same rank, even if they have -the same representation. +\item No two signed integer types have the same rank, +even if they have the same representation. \item The rank of a signed integer type is greater than the rank of any signed integer type with a smaller width.