Messages in this thread |  | | Date | Wed, 20 Sep 2000 09:28:27 +0100 (BST) | From | Tigran Aivazian <> | Subject | Re: bug report |
| |
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/
|  |