CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/09/13 09:27:47
Modified files: usr.bin/look : look.c Log message: Eliminate the FOLD and DICT macros. There's no need to check for isascii() with ANSI ctype macros/functions. Eliminating the macros makes the code clearer. OK jca@