X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=5e4a89b3aa8111cc4f9912893ca0c12bf8f93430;hp=43cb99f2781979e74b66eef640fadb7878f30aeb;hb=3f986572f2d5bb62fe94349ba30bdd459f323752;hpb=1afc43be9a585ce634de84764f171e4478ec54be diff --git a/interactive.c b/interactive.c index 43cb99f2..5e4a89b3 100644 --- a/interactive.c +++ b/interactive.c @@ -227,6 +227,7 @@ static void wipe_bottom_line(void) fprintf(i9ep->stderr_stream, "\r"); } +#ifndef RL_FREE_KEYMAP_DECLARED /** * Free all storage associated with a keymap. * @@ -237,6 +238,7 @@ static void wipe_bottom_line(void) * \param keymap The keymap to deallocate. */ void rl_free_keymap(Keymap keymap); +#endif /** * Reset the terminal and save the in-memory command line history.