From c19fc11355b13d75d97286402c7a933fb23d3b70 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 1 Jul 2018 22:38:13 +0200 Subject: Drop some compatibility and tighten up lexing Old versions of the C tools used to ignore unhandled characters in some contexts due to sloppy lexing, which Kconfiglib emulated for compatibility (things like "---help---" used to depend on it). This was improved in the C tools by commit c2264564 ("kconfig: warn of unhandled characters in Kconfig commands"), committed in July 2015. Remove the compatibility hack and tighten up the lexing in Kconfiglib as well. It will make implementing the new preprocessor stuff smoother. The major version will be bumped. --- tests/Krepr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Krepr b/tests/Krepr index 5a5b8b8..72b401d 100644 --- a/tests/Krepr +++ b/tests/Krepr @@ -9,7 +9,7 @@ endif config BASIC bool default y - help + ---help--- config VISIBLE bool "visible" -- cgit v1.2.3