From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [4/5] dtc: Cleanup yylloc type and handling Date: Fri, 03 Oct 2008 14:24:26 -0500 Message-ID: References: <20081002140427.GD11662@yookeroo.seuss> <20081002140512.GE11662@yookeroo.seuss> <20081002140556.GF11662@yookeroo.seuss> <20081002140652.GG11662@yookeroo.seuss> <20081002140753.GH11662@yookeroo.seuss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20081002140753.GH11662-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: David Gibson Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > This patch makes several cleanups to the handling of location > variables as they're carried through the parser. Specifically: > > - (for now) remove column numbers from YYLTYPE, since we were > never correctly filling them in from the lexer in any case. I fully implemented both line and column handling, as far as I can tell, correctly. Bug fixes welcome as needed, of course. jdl