| ... | @@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct { | ... | @@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct { |
| 523 | }; | 523 | }; |
| 524 | | 524 | |
| 525 | /// caller owns returned memory | 525 | /// caller owns returned memory |
| 526 | pub fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 { | 526 | fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 { |
| 527 | const allocator = args.allocator; | 527 | const allocator = args.allocator; |
| 528 | | 528 | |
| 529 | const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe; | 529 | const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe; |