mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
docs: remove @setGlobalLinkage section
`@setGlobalLinkage` was removed with #462. The not-yet-implemented proposal for external weak symbols is #1917.
This commit is contained in:
parent
8d58dc715b
commit
8cda4fd73a
1 changed files with 0 additions and 8 deletions
|
|
@ -7183,14 +7183,6 @@ pub const FloatMode = enum {
|
|||
{#see_also|Floating Point Operations#}
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|@setGlobalLinkage#}
|
||||
<pre>{#syntax#}@setGlobalLinkage(global_variable_name, comptime linkage: GlobalLinkage){#endsyntax#}</pre>
|
||||
<p>
|
||||
{#syntax#}GlobalLinkage{#endsyntax#} can be found with {#syntax#}@import("builtin").GlobalLinkage{#endsyntax#}.
|
||||
</p>
|
||||
{#see_also|Compile Variables#}
|
||||
{#header_close#}
|
||||
|
||||
{#header_open|@setRuntimeSafety#}
|
||||
<pre>{#syntax#}@setRuntimeSafety(safety_on: bool){#endsyntax#}</pre>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue