| ... | ... | @@ -4840,7 +4840,7 @@ fn cmpxchgWeakButNotAtomic(comptime T: type, ptr: *T, expected_value: T, new_val |
| 4840 | 4840 | <p> |
| 4841 | 4841 | This builtin can be called from a {#link|comptime#} block to conditionally export symbols. |
| 4842 | 4842 | When <code>ptr</code> points to a function with the C calling convention and |
| 4843 | | {#syntax#}options.linkage{#endsyntax#} is {#syntax#}.Strong{#endsyntax#}, this is equivalent to |
| 4843 | {#syntax#}options.linkage{#endsyntax#} is {#syntax#}.strong{#endsyntax#}, this is equivalent to |
| 4844 | 4844 | the {#syntax#}export{#endsyntax#} keyword used on a function: |
| 4845 | 4845 | </p> |
| 4846 | 4846 | {#code|export_builtin.zig#} |