fix atom_term

This commit is contained in:
Vitor Santos Costa
2016-12-03 10:32:13 -06:00
parent d37e198c12
commit 44dab9ab33
3 changed files with 9 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ bool Yap_ReadlineOps(StreamDesc *s) {
static int prolog_complete(int ignore, int key) {
if (rl_point > 0 && rl_line_buffer[rl_point - 1] != ' ') {
#if HAVE_DECL_RL_CATCH_SIGNALS /* actually version >= 1.2, or true readline \
#if HAVE_DECL_RL_CATCH_SIGNALS /* actually version >= 1.2, or true readline \
*/
rl_begin_undo_group();
rl_complete(ignore, key);