From: Jaakko Heinonen Date: Mon, 8 Aug 2005 05:13:51 +0000 (+0000) Subject: - sanitize a comment and warning message X-Git-Tag: upstream/0.6.1~2^2~182 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=6c9ce0f2451a77170fb630acfc44559adaeed118;p=pkg%2Fabook.git - sanitize a comment and warning message --- diff --git a/abook_rl.c b/abook_rl.c index 285b662..704d293 100644 --- a/abook_rl.c +++ b/abook_rl.c @@ -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."