[all-commits] [llvm/llvm-project] d40c44: [lldb] Fix LLDB compilation with ncurses 6.2 due t...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Aug 6 01:53:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d40c44e89e11659439072a4b57d2c0c191d5cae5
https://github.com/llvm/llvm-project/commit/d40c44e89e11659439072a4b57d2c0c191d5cae5
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M lldb/source/Core/IOHandlerCursesGUI.cpp
Log Message:
-----------
[lldb] Fix LLDB compilation with ncurses 6.2 due to wattr_set/get being a macro
My ncurses 6.2 arch defines those two functions as macros, so the scope operator
doesn't work here.
More information about the All-commits
mailing list