On 8/13/19 2:57 PM, Christian Biesinger via Bug-readline wrote:
> Hello!
> 
> In compiling Readline 8.0 under mingw (Windows), some versions do not
> compile because of this line in colors.c:
> 
>   else if (linkok == 0 && S_ISLNK(mode) &&
> _rl_color_indicator[C_ORPHAN].string != NULL)
> 
> They do not support S_ISLNK. All other usages of S_ISLNK are wrapped
> in either an #ifdef HAVE_LSTAT or #ifdef S_ISLNK.
> 
> So it seems that this usae should also have such an ifdef. However, an
> even easier fix would be to just remove S_ISLNK from this condition,
> because linkok can only be 0 if S_ISLNK(mode) is true, based on the
> code above.

Thanks for the report.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    [email protected]    http://tiswww.cwru.edu/~chet/

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to