CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/14 23:57:09
Modified files: usr.bin/lex : misc.c Log message: Cast arguments of ctype functions to Char, a lexism defined as unsigned char. Part of a larger attempt to audit ctype function argument types with Coccinelle. ok deraadt@