Skip to content

Commit 8106716

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

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
@@ -1979,10 +1979,10 @@
19791979
are also optional;
19801980
however, if an implementation defines integer types
19811981
with the corresponding width and no padding bits,
1982-
it defines the corresponding \grammarterm{typedef-name}s.
1982+
it declares the corresponding \grammarterm{typedef-name}s.
19831983
Each of the macros listed in this subclause
19841984
is defined if and only if
1985-
the implementation defines the corresponding \grammarterm{typedef-name}.
1985+
the implementation declares the corresponding \grammarterm{typedef-name}.
19861986
\begin{note}
19871987
The macros \tcode{INT\placeholdernc{N}_C} and \tcode{UINT\placeholdernc{N}_C}
19881988
correspond to the \grammarterm{typedef-name}s

0 commit comments

Comments
 (0)