X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=9f2b71953c90f3148d17af0becf0b6a9f3eeaecd;hp=ee953bf12a26377bb02efb3fc96e1b3cf3e7b0e9;hb=3889b355ca075111a717da36946c779b7474a63d;hpb=72e9bdf7c5c09ca4c20cad56c68a9a155cceff43 diff --git a/interactive.c b/interactive.c index ee953bf1..9f2b7195 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.