mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
fix outdated comment
This commit is contained in:
parent
4f9739189e
commit
b9f37ffe19
@ -1,5 +1,5 @@
|
||||
// This is the userland implementation of translate-c which will be used by both stage1
|
||||
// and stage2. Currently the only way it is used is with `zig translate-c-2`.
|
||||
// This is the userland implementation of translate-c which is used by both stage1
|
||||
// and stage2.
|
||||
|
||||
const std = @import("std");
|
||||
const assert = std.debug.assert;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user