mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
zig remove explicit libc dep in 32-bit mode
This commit is contained in:
parent
71c0a325ee
commit
fdd34a5d3e
4 changed files with 14 additions and 7 deletions
|
@ -79,7 +79,7 @@ pub fn test_panic(c_ptr: *c_void, alignment: u32) callconv(.C) void {
|
|||
// const stderr = std.io.getStdErr().writer();
|
||||
// stderr.print("Roc panicked: {s}!\n", .{cstr}) catch unreachable;
|
||||
|
||||
std.c.exit(1);
|
||||
// std.c.exit(1);
|
||||
}
|
||||
|
||||
pub const Inc = fn (?[*]u8) callconv(.C) void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue