|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Fix for some OSX compilation issues |
Date: | Thu, 24 Jul 2014 12:17:41 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Elias,
thanks. I made some changes rot readline to be more portable. Including the Function problem. It is really not nice to typedef a fundamental name like "Function" in a library because you can't un-typedef it (can you?). In my readline version you could prevent that by #defining_FUNCTION_DEF but in your version that seems not to work. Also having different return types on different platforms (like void vs. int for the hook functions) is not the most elegant way. My love for readline grows every day. I hope my changes solved these issues, please let me know if not. SVN 388. /// Jürgen On 07/24/2014 07:58 AM, Elias Mårtenson wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |