Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5544,8 +5544,8 @@
The values of type \keyword{bool} are
\keyword{true} and \keyword{false}.
\begin{note}
There are no \keyword{signed}, \keyword{unsigned},
\keyword{short}, or \tcode{\keyword{long} \keyword{bool}} types or values.
The type specifiers \keyword{signed}, \keyword{unsigned},
Copy link
Member

@jensmaurer jensmaurer Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want \grammarterm{type-specifier} here, right?

... which is introduced much later. This is about the fundamental notion of a type, not about any particular expression (using a type-id, for instance). As such, I find the mention of "type specifier" not great.

\keyword{short}, and \keyword{long} cannot be combined with \keyword{bool}.
\end{note}

\pnum
Expand Down