Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-03 Thread Dirk Gouders
Martin Walch writes: > On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: >> On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: >> > I think you should also regenerate the scanner and add >> > the new zconf.lex.c_shipped to this patch. >> >> I think sending the re-generated parser

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Yann E. MORIN
Martin, All, On Thursday 03 October 2013 02:30:21 Martin Walch wrote: > On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: > > On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: > > > I think you should also regenerate the scanner and add > > > the new zconf.lex.c_shipped to this pa

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Martin Walch
On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: > On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: > > I think you should also regenerate the scanner and add > > the new zconf.lex.c_shipped to this patch. > > I think sending the re-generated parser as a separate patch helps > i

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Dirk Gouders
Martin Walch writes: > From: Martin Walch > Date: Wed, 2 Oct 2013 06:58:46 +0200 > Subject: [PATCH 4/4] kconfig: remove unused definition from scanner > > The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion. Hi Martin, I think you should also regenerate

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Yann E. MORIN
Martin, All, On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: > Martin Walch writes: > > > From: Martin Walch > > Date: Wed, 2 Oct 2013 06:58:46 +0200 > > Subject: [PATCH 4/4] kconfig: remove unused definition from scanner > > > > The definition w

[PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-01 Thread Martin Walch
From: Martin Walch Date: Wed, 2 Oct 2013 06:58:46 +0200 Subject: [PATCH 4/4] kconfig: remove unused definition from scanner The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion. Signed-off-by: Martin Walch --- scripts/kconfig/zconf.l | 1 - 1 file changed, 1 deletion