Skip to content

Commit 9cf9331

Browse files
author
Dawn Perchik
committed
Fixup: introduce what 'n' is before using it.
1 parent ee519a2 commit 9cf9331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/declarations.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4366,7 +4366,8 @@
43664366
Let $x_1$, $\dotsc$, $x_k$ be
43674367
the elements of the \grammarterm{expression-list}.
43684368
If the destination type is an array of unknown bound,
4369-
it is defined as having $k$ elements.
4369+
it is defined as having $k$ elements;
4370+
either way, let $n$ denote the array size.
43704371
If $k$ is greater than the size of the array,
43714372
the program is ill-formed.
43724373
Otherwise, the $i^\text{th}$ array element is copy-initialized with

0 commit comments

Comments
 (0)