CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2016/03/20 14:35:38

Modified files:
        lib/libedit    : chared.c chared.h chartype.h common.c emacs.c 
                         keymacro.c makelist map.c parse.c refresh.c 
                         refresh.h search.c search.h terminal.c 
                         terminal.h tty.c vi.c 

Log message:
Delete the useless Int datatype and always use the standard wint_t
directly.  This is not a problem because <wchar_t> is required all
over the place anyway, even when WIDECHAR is not defined.
No functional change except that it fixes a few printf(3)
format string issues, %c vs. %lc.
OK czarkoff@

Reply via email to