Re: [Mutt] #3149: Missing #undef's in mbyte.h leads to bad
#3149: Missing #undef's in mbyte.h leads to bad compilation with --without-wc-
funcs
---------------------+------------------------------------------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.19
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment(by vinc17):
I can see with gcc -E that
wint_t towlower (wint_t wc)
in mbyte.c gets compiled as
wint_t __tolower(wint_t wc)
This is incorrect. Hence strange behavior. mbyte.h misses more #undef's.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3149#comment:3>
Mutt <http://www.mutt.org/>
The Mutt mail user agent