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
_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline