Skip to content

Commit 9d1de60

Browse files
[cstdint.syn] Use "declare" for typedef-names
1 parent 3d456b5 commit 9d1de60

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
@@ -2076,10 +2076,10 @@
20762076
are also optional;
20772077
however, if an implementation defines integer types
20782078
with the corresponding width and no padding bits,
2079-
it defines the corresponding \grammarterm{typedef-name}s.
2079+
it declares the corresponding \grammarterm{typedef-name}s.
20802080
Each of the macros listed in this subclause
20812081
is defined if and only if
2082-
the implementation defines the corresponding \grammarterm{typedef-name}.
2082+
the implementation declares the corresponding \grammarterm{typedef-name}.
20832083
\begin{note}
20842084
The macros \tcode{INT\placeholdernc{N}_C} and \tcode{UINT\placeholdernc{N}_C}
20852085
correspond to the \grammarterm{typedef-name}s

0 commit comments

Comments
 (0)