1
0
Fork 0

MacOS old readline

This commit is contained in:
Frank Celler 2012-03-13 16:13:05 +01:00
parent 9872a5de0c
commit cf94e995a1
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static char** AttemptedCompletion (char const* text, int start, int end) {
if (result[0][n-1] == ')') {
result[0][n-1] = '\0';
#if RL_READLINE_VERSION < 0x0500
#if RL_READLINE_VERSION >= 0x0500
rl_completion_suppress_append = 1;
#endif
}