motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 04ffc1c963a86712cc4be413e1d62d252d51aad2 (tree)
parent 830230176df9d25c82980ba39790665e92eda13b
Author: mlugg <mlugg@mlugg.co.uk>
Date:   Wed, 16 Oct 2024 11:44:58 +0100

langref: update `enum_export_error.zig` for callconv changes

Diffstat:
Mdoc/langref/enum_export_error.zig | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/langref/enum_export_error.zig b/doc/langref/enum_export_error.zig @@ -3,4 +3,5 @@ export fn entry(foo: Foo) void { _ = foo; } -// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'C' +// obj=parameter of type 'enum_export_error.Foo' not allowed in function with calling convention 'x86_64_sysv' +// target=x86_64-linux