Re: bug report

From: Tigran Aivazian (tigran@veritas.com)
Date: Wed Sep 20 2000 - 03:28:27 EST


On Wed, 20 Sep 2000, frank wrote:
> ok:
> switch(parity) {
> case 'o': case 'O':
> cflag |= PARODD;
> cflag |= PARENB;

can't you just do (PARODD|PARENB) instead? Also, producing diff -ur output
makes it a lot easier to read, you know.

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:22 EST