| author | |
| committer | |
| log | b9f37ffe19e30da1fd79cd01dbb6191ec2733b5c |
| tree | f1a0880d25b2de6cfa8226fbcb978f0e775e753d |
| parent | 4f9739189ea733d885c183c80215cf5237a86c83 |
| signature |
1 files changed, 2 insertions(+), 2 deletions(-)
src-self-hosted/translate_c.zig+2-2| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | // This is the userland implementation of translate-c which will be used by both stage1 | |
| 2 | // and stage2. Currently the only way it is used is with `zig translate-c-2`. | |
| 1 | // This is the userland implementation of translate-c which is used by both stage1 | |
| 2 | // and stage2. | |
| 3 | 3 | |
| 4 | 4 | const std = @import("std"); |
| 5 | 5 | const assert = std.debug.assert; |