Bill Allombert on Wed, 20 Jan 2016 18:07:38 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Move readline interface to libpari |
On Tue, Jan 19, 2016 at 10:20:11AM +0100, Jeroen Demeyer wrote: > On 2016-01-18 18:01, Bill Allombert wrote: > >+/* readline */ > >+typedef char* (*readline_GF)(const char*, int); /* generator function > >*/ > > > >We can probably dispense with the typedef readline_GF. > > This is a version without readline_GF. Thanks, I have applied your patch. Something I like to suggest is to move the readline part of paripriv.h to a new header file parirl.h and to document it in doc/devel.tex (mosty the comment you added in paripriv.h). Thanks for your contribution! Bill.