We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df4951 commit c4eaf72Copy full SHA for c4eaf72
source/lex.tex
@@ -201,8 +201,8 @@
201
\begin{note}
202
Previously translated translation units can be preserved individually or in libraries.
203
The separate translation units of a program communicate\iref{basic.link} by (for example)
204
-calls to functions whose identifiers have external or module linkage,
205
-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
206
manipulation of data files.
207
\end{note}
208
0 commit comments