zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 52ef1aadcb1e311ed65c7ae2054ae4b5b4e22364 (tree)
parent 4fcf01adc57e35953aa9dde5006cf997c5b3518b
Author: Andrea Orru <andrea@orru.io>
Date:   Wed, 14 Mar 2018 22:15:33 -0700

Merge branch 'master' into zen_stdlib

Diffstat:
Mdoc/langref.html.in | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -4491,6 +4491,12 @@ test "call foo" { This function is only valid within function scope. </p> {#header_close#} + {#header_open|@setAlignStack#} + <pre><code class="zig">@setAlignStack(comptime alignment: u29)</code></pre> + <p> + Ensures that a function will have a stack alignment of at least <code>alignment</code> bytes. + </p> + {#header_close#} {#header_open|@setCold#} <pre><code class="zig">@setCold(is_cold: bool)</code></pre> <p>