CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/15 17:59:25
Modified files:
usr.bin/mg : cscope.c extend.c grep.c tags.c
Log message:
ctype macros/functions expect unsigned char values. Note that the lgetc()
macro does the cast internally like getc() does, so its return should be
put an in int for the same reason.
based on a diff from Kamil Rytarowski (n54 (at) gmx.com)
