X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=interactive.c;h=9f2b71953c90f3148d17af0becf0b6a9f3eeaecd;hp=ee953bf12a26377bb02efb3fc96e1b3cf3e7b0e9;hb=ee0098c5a8b4519d77e2c52fd33ccfc9bd3a87dd;hpb=027f2c1237051d2d569d6be7f381c886f659bac3 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.