Fix Issue 10307 - compile error in readline.c

This commit is contained in:
Senthil Kumaran 2010-11-04 03:51:05 +00:00
parent 3beb38f8ff
commit 95c0700eff
1 changed files with 1 additions and 1 deletions

View File

@ -817,6 +817,7 @@ on_completion_display_matches_hook(char **matches,
#endif
}
#endif
/* C function to call the Python completer. */
@ -855,7 +856,6 @@ on_completion(const char *text, int state)
}
return result;
}
#endif
/* A more flexible constructor that saves the "begidx" and "endidx"