diff options
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 7c770cb437..aa9d42fb06 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -565,7 +565,7 @@ All Global Variables and Functions have one of the following types of linkage: </dl> -<p><a name="linkage_external"></a>For example, since the "<tt>.LC0</tt>" +<p>For example, since the "<tt>.LC0</tt>" variable is defined to be internal, if another module defined a "<tt>.LC0</tt>" variable and was linked with this one, one of the two would be renamed, preventing a collision. Since "<tt>main</tt>" and "<tt>puts</tt>" are |