From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH 1/4] Create new and use new print_error that uses printf style formatting. Date: Sat, 13 Nov 2010 14:40:09 -0600 Message-ID: References: <20101020214419.2985.51068.stgit@riker> <20101020214457.2985.90434.stgit@riker> <20101021044410.GD13335@angua.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20101021044410.GD13335-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Grant Likely Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > On Wed, Oct 20, 2010 at 02:44:58PM -0700, John Bonesio wrote: > > yyerror is meant to be called by the parser internal code, and it's interface > > is limited. Instead create and call a new error message routine that allows > > formatted strings to be used. > > > > yyerror uses the new routine so error formatting remains consistent. > > > > Signed-of-by: John Bonesio > > Picked up and pushed out to my git tree. Jon is a little tied up for > the moment, so I'll maintain a working tree at > git://git.secretlab.ca/git/dtc.git until we've got this work finished > and we can ask him to merge it. > > g. Thanks, Grant. I'll pick this patch up now too, and the subsequent patch 1/4 from the next series about labels refs. jdl