mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 00:23:22 +00:00
housekeeping: remove pub from ccPrintFileName()
- this was inadvertently made public while iterating on #8730
This commit is contained in:
parent
b8f85a805b
commit
b3e4832240
@ -523,7 +523,7 @@ pub const CCPrintFileNameOptions = struct {
|
||||
};
|
||||
|
||||
/// caller owns returned memory
|
||||
pub fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
|
||||
fn ccPrintFileName(args: CCPrintFileNameOptions) ![:0]u8 {
|
||||
const allocator = args.allocator;
|
||||
|
||||
const cc_exe = std.os.getenvZ("CC") orelse default_cc_exe;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user