CVSROOT:        /cvs
Module name:    src
Changes by:     bcal...@cvs.openbsd.org 2015/03/28 06:54:37

Modified files:
        usr.bin/vi/common: key.h util.c 
        usr.bin/vi/ex  : ex_shell.c 
        usr.bin/vi/vi  : v_match.c 

Log message:
vi was using two separate isblank functions: one defined in <ctype.h> and
the other #defined in common/key.h. There is no reason to have both. For
consistency use the isblank function from <ctype.h>, remove the #define in
common/key.h, and add #include <ctype.h> to the files that were missing the
header.

ok brynet@

Reply via email to