emaste accepted this revision.
emaste added a comment.
Thanks.
(The reason I mentioned it is that I'll add __FreeBSD__ shortly.)
http://reviews.llvm.org/D20188
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/
krytarowski removed rL LLVM as the repository for this revision.
krytarowski updated this revision to Diff 57011.
http://reviews.llvm.org/D20188
Files:
include/lldb/Host/Editline.h
Index: include/lldb/Host/Editline.h
===
--- inclu
krytarowski added a comment.
I changed the string to "some platforms".
http://reviews.llvm.org/D20188
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
emaste added inline comments.
Comment at: include/lldb/Host/Editline.h:33
@@ -31,3 +32,3 @@
// components needed to handle wide characters ( , codecvt_utf8,
libedit built with '--enable-widec' )
-// are not consistenly available on non-OSX platforms. The wchar_t versions
of li
krytarowski created this revision.
krytarowski added reviewers: emaste, clayborg.
krytarowski added subscribers: lldb-commits, joerg.
krytarowski set the repository for this revision to rL LLVM.
The editline(3) library in NetBSD is by default internally wide.
Repository:
rL LLVM
http://reviews