Re: [PATCH 1/3] Add yyerrorf() for formatted error messages.

2008-01-05 Thread David Gibson
On Thu, Jan 03, 2008 at 05:43:29PM -0600, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> I don't really like adding any yy*() functions that aren't actually part of the fixed lex/yacc interface. But, despite that, let's merge this, and parth 2/3 because I think we should get in

Re: [PATCH 1/3] Add yyerrorf() for formatted error messages.

2008-01-04 Thread Scott Wood
On Fri, Jan 04, 2008 at 08:30:12AM -0600, Jon Loeliger wrote: > All three applied (to DTC :-)). > > Will you follow up with a patch for /bininc/ or /bin-include/ > as well now? (I'm fine with either, and I forget where David's > preference there landed.) Yes, probably sometime today. -Scott ___

Re: [PATCH 1/3] Add yyerrorf() for formatted error messages.

2008-01-04 Thread Jon Loeliger
So, like, the other day Scott Wood mumbled: > > I forgot to tag them as such, but these are of course dtc patches and > not Linux patches. All three applied (to DTC :-)). Will you follow up with a patch for /bininc/ or /bin-include/ as well now? (I'm fine with either, and I forget where David's

Re: [PATCH 1/3] Add yyerrorf() for formatted error messages.

2008-01-03 Thread Scott Wood
Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > dtc-parser.y | 16 +--- > srcpos.h |1 + > treesource.c |1 - > 3 files changed, 14 insertions(+), 4 deletions(-) I forgot to tag them as such, but these are of course dtc patches and not Linux pa

[PATCH 1/3] Add yyerrorf() for formatted error messages.

2008-01-03 Thread Scott Wood
Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- dtc-parser.y | 16 +--- srcpos.h |1 + treesource.c |1 - 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dtc-parser.y b/dtc-parser.y index 002ea7f..ddb7f27 100644 --- a/dtc-parser.y +++ b/dtc-parser.y @@ -