From 5f1196d2a5cca0aa1ad2e442402014151557fbcc Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Fri, 18 Jul 2025 11:39:48 -0400 Subject: [PATCH] [basic.link] Fix cross-reference to translation unit Tranalation units are defined in phase 7 of translation, [lex.phases] not [lex.separate]. --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index c5ad9eb0bc..e511e290d2 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -2876,7 +2876,7 @@ \pnum \indextext{program}% \indextext{linking}% -A \defn{program} consists of one or more translation units\iref{lex.separate} +A \defn{program} consists of one or more translation units\iref{lex.phases} linked together. A translation unit consists of a sequence of declarations.