mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Try to unbreak the windows build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7eb58378a
commit
bb3c4fab45
@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
|
||||
}
|
||||
|
||||
// The terminal always has colors.
|
||||
bool FileDescriptorHasColors(int fd) {
|
||||
bool Process::FileDescriptorHasColors(int fd) {
|
||||
return FileDescriptorIsDisplayed(fd);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user