Messages in this thread |  | | From | Martin Walch <> | Subject | [Resending PATCH v2 0/2] kconfig: fix bad syntactic transformation | Date | Mon, 22 Sep 2014 19:13:17 +0200 |
| |
PATCH 1: Remove these two not semantics preserving inference rules:
(FOO || BAR) && (!FOO && !BAR) -> n (FOO && BAR) || (!FOO || !BAR) -> y
When applied, they silently alter the meaning of symbol dependencies.
PATCH 2: When touching expr.c anyway, fix some comments and convert C99 style comments to traditional ones.
Martin Walch (2): kconfig: fix bad syntactic transformation in expr.c kconfig: trivial - adjust comments
scripts/kconfig/expr.c | 146 +++++++------------------------------------------ scripts/kconfig/expr.h | 3 - 2 files changed, 19 insertions(+), 130 deletions(-)
-- 1.8.5.5
|  |