| author | |
| committer | |
| log | 1cc74f3cae32bc5c002868d7d53af4e14f5a9ce6 |
| tree | 028c3bf48c78e6fec1f5701c5aa38e53161f4885 |
| parent | aa5a1105e838fbf2f9f918c2a544be6fa0c35e22 |
| signature |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/compiler/aro_translate_c.zig-2| ... | @@ -358,8 +358,6 @@ fn transTypeDef(c: *Context, scope: *Scope, typedef_decl: NodeIndex) Error!void | ... | @@ -358,8 +358,6 @@ fn transTypeDef(c: *Context, scope: *Scope, typedef_decl: NodeIndex) Error!void |
| 358 | try bs.discardVariable(c, name); | 358 | try bs.discardVariable(c, name); |
| 359 | } | 359 | } |
| 360 | } | 360 | } |
| 361 | |||
| 362 | |||
| 363 | } | 361 | } |
| 364 | 362 | ||
| 365 | fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 { | 363 | fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 { |