From 0293a4febc481c5a070e2993e34a746e3ea1123b Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Fri, 1 Aug 2025 08:36:53 -0400 Subject: [PATCH] [lex.phases] Identifiers do not have linkage, names do --- source/lex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lex.tex b/source/lex.tex index 7c81810132..528c8fcbb9 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -201,8 +201,8 @@ \begin{note} Previously translated translation units can be preserved individually or in libraries. The separate translation units of a program communicate\iref{basic.link} by (for example) -calls to functions whose identifiers have external or module linkage, -manipulation of objects whose identifiers have external or module linkage, or +calls to functions whose names have external or module linkage, +manipulation of variables whose names have external or module linkage, or manipulation of data files. \end{note}