Skip to content

Commit

Permalink
Fix link.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209640 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed May 26, 2014
1 parent ce5ddba commit b84ced6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ styles:
A symbol with ``internal`` or ``private`` linkage must have ``default``
visibility.

.. _namedtypes:
.. _dllstorageclass:

DLL Storage Classes
-------------------
Expand All @@ -464,6 +464,8 @@ DLL storage class:
exists for defining a dll interface, the compiler, assembler and linker know
it is externally referenced and must refrain from deleting the symbol.

.. _namedtypes:

Structure Types
---------------

Expand Down

0 comments on commit b84ced6

Please sign in to comment.