mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a documentation bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8cf21e8e3
commit
3f47c292bc
@ -398,7 +398,7 @@ supported include:</p>
|
||||
<dt><tt>!strconcat(a, b)</tt></dt>
|
||||
<dd>A string value that is the result of concatenating the 'a' and 'b'
|
||||
strings.</dd>
|
||||
<dt><tt>!nameconcat<type>(a, b)</tt></dt>
|
||||
<dt><tt>!nameconcat<type>(a, b)</tt></dt>
|
||||
<dd>A value that is the result of concatenating the 'a' and 'b'
|
||||
strings and looking up the resulting name in the symbol table. The symbol type
|
||||
determines the type of the resulting value. If the symbol is not found
|
||||
|
Loading…
Reference in New Issue
Block a user