Patch to remove undefined C code

From: Jonathan George (Jonathan.George@trcinc.com)
Date: Mon Oct 16 2000 - 13:10:16 EST


This patch has many bogus corrections where new variables were created, but
the order of evaluation is already unambiguous.

For example each comma separated clause in an expression is guaranteed to be
completely evaluated before the next comma separated clause Including
Assignments.

It seems as if about half of the patched code simply makes it easier for the
inexperienced C programmer to understand without actually fixing linguistic
ambiguities, and at the same time introducing new variables which will
clutter up the registers and the cache lines. Please don't apply this patch
without consideration.

--Jonathan---
-
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 : Mon Oct 23 2000 - 21:00:09 EST