We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a74dc7 commit 6d673ffCopy full SHA for 6d673ff
source/basic.tex
@@ -2743,6 +2743,7 @@
2743
2744
\pnum
2745
\indextext{program}%
2746
+\indextext{linking}%
2747
A \defn{program} consists of one or more translation units\iref{lex.separate}
2748
linked together. A translation unit consists
2749
of a sequence of declarations.
source/lex.tex
@@ -243,7 +243,9 @@
243
The
244
program is ill-formed if any instantiation fails.
245
246
-\item All external entity references are resolved. Library
+\item
247
248
+All external entity references are resolved. Library
249
components are linked to satisfy external references to
250
entities not defined in the current translation. All such translator
251
output is collected into a program image which contains information
0 commit comments