Revert part of my previous patch, we should be using libedit under

linux for command line editing.

llvm-svn: 189820
This commit is contained in:
Eric Christopher 2013-09-03 15:38:37 +00:00
parent 113c870397
commit 2828122583
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include <string> #include <string>
#include <queue> #include <queue>
#if defined(__FreeBSD__) || defined(__linux__) #if defined(__FreeBSD__)
#include <readline/readline.h> #include <readline/readline.h>
#else #else
#include <editline/readline.h> #include <editline/readline.h>