Skip to content
Snippets Groups Projects
Commit bfc57f83 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Only set EL_PROMPT_ESC when existing - fix typo

llvm-svn: 201024
parent 54e7a776
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ Editline::Editline (const char *prog, // prog can't be NULL
assert (m_editline);
::el_set (m_editline, EL_CLIENTDATA, this);
#idef EL_PROMPT_ESC
#ifdef EL_PROMPT_ESC
::el_set (m_editline, EL_PROMPT_ESC, GetPromptCallback, k_prompt_escape_char);
#endif
::el_set (m_editline, EL_EDITOR, "emacs");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment