Skip to content

Commit af5b41e

Browse files
[cstdint.syn] Use "declare" for typedef-names
1 parent ca30f4d commit af5b41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,10 +2073,10 @@
20732073
are also optional;
20742074
however, if an implementation defines integer types
20752075
with the corresponding width and no padding bits,
2076-
it defines the corresponding \grammarterm{typedef-name}s.
2076+
it declares the corresponding \grammarterm{typedef-name}s.
20772077
Each of the macros listed in this subclause
20782078
is defined if and only if
2079-
the implementation defines the corresponding \grammarterm{typedef-name}.
2079+
the implementation declares the corresponding \grammarterm{typedef-name}.
20802080
\begin{note}
20812081
The macros \tcode{INT\placeholdernc{N}_C} and \tcode{UINT\placeholdernc{N}_C}
20822082
correspond to the \grammarterm{typedef-name}s

0 commit comments

Comments
 (0)