Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753257Ab3JBHMj (ORCPT ); Wed, 2 Oct 2013 03:12:39 -0400 Received: from services.gouders.net ([141.101.32.176]:50471 "EHLO services.gouders.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752923Ab3JBHMg (ORCPT ); Wed, 2 Oct 2013 03:12:36 -0400 X-Greylist: delayed 1492 seconds by postgrey-1.27 at vger.kernel.org; Wed, 02 Oct 2013 03:12:35 EDT From: Dirk Gouders To: Martin Walch Cc: Michal Marek , Jiri Kosina , "Yann E. MORIN" , Arve =?utf-8?B?SGrDuG5uZXbDpWc=?= , Benjamin Poirier , Wang YanQing , Andrew Morton , Jean Delvare , Kees Cook , Alan Cox , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] kconfig: remove unused definition from scanner In-Reply-To: <6249343.9Mjtul3lu5@tacticalops> (Martin Walch's message of "Wed, 02 Oct 2013 07:24:40 +0200") References: <6249343.9Mjtul3lu5@tacticalops> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Date: Wed, 02 Oct 2013 08:42:59 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 37 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 the scanner and add the new zconf.lex.c_shipped to this patch. Dirk > Signed-off-by: Martin Walch > --- > 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/