bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] readline bug


From: Łukasz Bolda
Subject: [Bug-readline] readline bug
Date: Fri, 2 Sep 2011 22:51:42 +0200

Hi!
I'm Using a Mac Os X 10.7
i686-apple-darwin11-llvm-gcc-4.2

I found a bug in file readline.h in line:
extern Function *rl_completion_entry_function;

It should be:
extern rl_compentry_func_t *rl_completion_entry_function;



Because:

typedef char     *rl_compentry_func_t(const char *, int);
//and:
typedef int      Function(const char *, int);


Can You tell Apple to update includes ?

Łukasz Bolda

reply via email to

[Prev in Thread] Current Thread [Next in Thread]