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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
