X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=abook_rl.c;h=55b303965cfaa972caacbc280357991694f03f3a;hb=b1c882049db5d6d7d5770134cd93e14934ace6c1;hp=6e6fe0087cc05fe38e75b063220c57b6ef2d284a;hpb=ca01329debd13aa91da61e90e6ad72db4ee8613a;p=pkg%2Fabook.git diff --git a/abook_rl.c b/abook_rl.c index 6e6fe00..55b3039 100644 --- a/abook_rl.c +++ b/abook_rl.c @@ -21,7 +21,7 @@ #elif defined(HAVE_READLINE_H) # include #else -# error "You don't seem to have readhline.h" +# error "You don't seem to have readline.h" # error "No HAVE_READLINE_READLINE_H or HAVE_READLINE_H defined" #endif @@ -95,11 +95,11 @@ rline_prep_terminal(int dummy) /* nothing */ #else /* - * #warning is an extension which all compilers don't support + * #warning is an extension. Not all compilers support it. */ # ifdef __GNUC__ # warning "You seem to have rather old readline version or \ -non-GNU version of the readline. If you have problems please use \ +non-GNU version of it. If you have problems please use \ GNU readline 4.3 or newer. \ GNU readline versions 4.0, 4.1 and 4.2 should be OK despite \ of this warning." @@ -166,7 +166,7 @@ abook_rl_init(bool use_completion) } char * -abook_readline(WINDOW *w, int y, int x, char *s, int limit, bool use_completion) +abook_readline(WINDOW *w, int y, int x, char *s, bool use_completion) { char *ret;