Fix the Mac build, again.
This commit is contained in:
parent
6cbef957f6
commit
deff8781f1
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ pub fn output(w: &mut Write, idx: isize, addr: *mut libc::c_void,
|
|||
w.write_all(&['\n' as u8])
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn output_fileline(w: &mut Write, file: &[u8], line: libc::c_int,
|
||||
more: bool) -> io::Result<()> {
|
||||
let file = str::from_utf8(file).unwrap_or("<unknown>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue