Skip to content

Commit 3bd4982

Browse files
[cstdint.syn] Use "declare" for typedef-names
1 parent 3129966 commit 3bd4982

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
@@ -1970,10 +1970,10 @@
19701970
are also optional;
19711971
however, if an implementation defines integer types
19721972
with the corresponding width and no padding bits,
1973-
it defines the corresponding \grammarterm{typedef-name}s.
1973+
it declares the corresponding \grammarterm{typedef-name}s.
19741974
Each of the macros listed in this subclause
19751975
is defined if and only if
1976-
the implementation defines the corresponding \grammarterm{typedef-name}.
1976+
the implementation declares the corresponding \grammarterm{typedef-name}.
19771977
\begin{note}
19781978
The macros \tcode{INT\placeholdernc{N}_C} and \tcode{UINT\placeholdernc{N}_C}
19791979
correspond to the \grammarterm{typedef-name}s

0 commit comments

Comments
 (0)