1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixes required to build on AIX

This commit is contained in:
Karen Langford
2012-01-11 18:40:29 +01:00
parent ea21b3a5ae
commit b2766703a8
4 changed files with 6 additions and 6 deletions

View File

@@ -1978,7 +1978,7 @@ rl_callback_read_char()
} else
wbuf = NULL;
(*(void (*)(const char *))rl_linefunc)(wbuf);
//el_set(e, EL_UNBUFFERED, 1);
/*el_set(e, EL_UNBUFFERED, 1);*/
}
}