=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/chrdef.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/mg/chrdef.h 2015/03/17 18:08:52 1.8 +++ src/usr.bin/mg/chrdef.h 2015/03/19 21:22:15 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: chrdef.h,v 1.8 2015/03/17 18:08:52 bcallah Exp $ */ +/* $OpenBSD: chrdef.h,v 1.9 2015/03/19 21:22:15 bcallah Exp $ */ /* This file is in the public domain. */ @@ -9,8 +9,7 @@ /* * Casting should be at least as efficient as anding with 0xff, - * and won't have the size problems. Override in sysdef.h if no - * unsigned char type. + * and won't have the size problems. */ #define CHARMASK(c) ((unsigned char) (c))