CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/21 09:25:39
Modified files:
lib/libedit : Makefile chared.c common.c eln.c keymacro.c
read.c search.c
Log message:
Reduce the FUN() macro madness by no longer applying it to el_[w]getc(3).
Always use el_wgetc(3) internally. In the !WIDECHAR case, casting
the result to (Char) is safe because the function returns a byte
rather than a character in that case.
No functional change except for fixing a printf(3) format string issue
when compiled with DEBUG_READ and WIDECHAR.
OK czarkoff@