Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Jan 21, 2024
1 parent 1630172 commit 78a7b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libc.zig
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ comptime {

comptime {
// Drag in all implementations, so they are compiled:
_ = @import("modules/assert.zig");
_ = @import("modules/ctype.zig");
_ = @import("modules/errno.zig");
_ = @import("modules/math.zig");
_ = @import("modules/setjmp.zig");
_ = @import("modules/stdlib.zig");
_ = @import("modules/string.zig");
_ = @import("modules/uchar.zig");
_ = @import("modules/assert.zig");
}

/// Invokes safety-checked undefined behaviour, use this to implement
Expand Down

0 comments on commit 78a7b1e

Please sign in to comment.