| author | |
| committer | |
| log | b3e483224020f2b1fa2eff554946d2ffa216004b |
| tree | a7bfad1773ecb3c97b2e29df3e89aa8b9873cd0d |
| parent | b8f85a805bf61ae11d6ee2bd6d8356fbc98ee3ba |
- this was inadvertently made public while iterating on #87301 files changed, 1 insertions(+), 1 deletions(-)
src/libc_installation.zig+1-1| ... | ... | @@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct { |
| 523 | 523 | }; |
| 524 | 524 | |
| 525 | 525 | /// caller owns returned memory |
| 526 | pub fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 { | |
| 526 | fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 { | |
| 527 | 527 | const allocator = args.allocator; |
| 528 | 528 | |
| 529 | 529 | const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe; |