[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make reports error
From: |
Andrew Clausen |
Subject: |
Re: make reports error |
Date: |
Wed, 4 Jul 2001 12:40:26 +1000 |
User-agent: |
Mutt/1.2.5i |
On Mon, Jul 02, 2001 at 09:19:28PM +0200, Javier Villate wrote:
> ui.c: In function `complete_function':
> ui.c:325: warning: implicit declaration of function `completion_matches'
> ui.c:328: warning: return makes pointer from integer without a cast
> ui.c:332: warning: return makes pointer from integer without a cast
This is strange. What version of readline do you have installed?
Could you send the output of:
$ grep -2 completion_matches /usr/include/readline/*
Thanks!
Andrew