CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/20 14:16:09
Modified files:
lib/libedit : chartype.c chartype.h read.c
Log message:
Get rid of "#ifdef WIDECHAR" and one goto in read_char(),
making the code more readable. Instead, provide an mbrtowc(3)
replacement function in chartype.[hc], files that encapsulate
such system dependencies anyway. No functional change.
OK czarkoff@
