Date: Sat, 27 Oct 2007 22:32:28 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include _ctype.h Message-ID: <200710272232.l9RMWSbK072082@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2007-10-27 22:32:28 UTC
FreeBSD src repository
Modified files:
include _ctype.h
Log:
Micro-optimization of prev. commit, change
(_c < 0 || _c >= 128) to (_c & ~0x7F)
Revision Changes Path
1.33 +1 -1 src/include/_ctype.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710272232.l9RMWSbK072082>
