Martin Walch <walch.martin@xxxxxx> writes: > From: Martin Walch <walch.martin@xxxxxx> > 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 the scanner and add the new zconf.lex.c_shipped to this patch. Dirk > Signed-off-by: Martin Walch <walch.martin@xxxxxx> > --- > scripts/kconfig/zconf.l | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l > index 6555a47..1a9f53e 100644 > --- a/scripts/kconfig/zconf.l > +++ b/scripts/kconfig/zconf.l > @@ -68,7 +68,6 @@ static void alloc_string(const char *str, int size) > } > %} > > -ws [ \n\t] > n [A-Za-z0-9_] > > %% -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html