<div dir="ltr">This patch basically rephrases the passage so that it does not reference an undefined variable (probably some left-over from an ancient change):<div><br></div><div><div>diff --git a/docs/LangRef.rst b/docs/LangRef.rst</div>
<div>index 810455c..e434431 100644</div><div>--- a/docs/LangRef.rst</div><div>+++ b/docs/LangRef.rst</div><div>@@ -291,9 +291,9 @@ symbols from (to) DLLs (Dynamic Link Libraries).</div><div>     name is formed by combining ``__imp_`` and the function or variable</div>
<div>     name.</div><div><br></div><div>-For example, since the "``.LC0``" variable is defined to be internal, if</div><div>-another module defined a "``.LC0``" variable and was linked with this</div>
<div>-one, one of the two would be renamed, preventing a collision. Since</div><div>+For example, if the "``.LC0``" variable is defined to be internal and</div><div>+another module defines a "``.LC0``" variable and is linked with this</div>
<div>+one, one of the two will be renamed, preventing a collision. Since</div><div> "``main``" and "``puts``" are external (i.e., lacking any linkage</div><div> declarations), they are accessible outside of the current module.</div>
</div><div><br></div><div><br></div><div>-- Mikael</div></div>