Re: Some diffs

2007-12-20 Thread Diomidis Spinellis
M. Warner Losh wrote: And the last, rather long, patch converts the .y in config to a form that more versions of yacc would grok. Comments? [...] - INCLUDE ID SEMICOLON - = { + INCLUDE ID SEMICOLON { [...] The = { way for specifying yacc actions is item 5 in yacc's Ap

Re: Some diffs

2007-12-20 Thread Max Laier
On Thursday 20 December 2007, M. Warner Losh wrote: > Consider the following diffs. The first one does a tiny cleanup of > strfile's include style (no real reason other than it bugged me when I > added stdint.h). > > The second one cleans up a minor problem where ${CFLAGS} isn't used > where it sh

Re: Some diffs

2007-12-20 Thread Julian Elischer
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Diomidis Spinellis <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > And the last, rather long, patch converts the .y in config to a form : > that more versions of yacc would grok. : > : > Comments? : [...] : > -INC

Re: Some diffs

2007-12-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Diomidis Spinellis <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > And the last, rather long, patch converts the .y in config to a form : > that more versions of yacc would grok. : > : > Comments? : [...] : > - INCLUDE ID SEMICOLON : > -

Re: Some diffs

2007-12-20 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : Was the bsd.prog.mk change accidentally included? : : > //depot/projects/arm/src/share/mk/bsd.prog.mk#4 - /Users/imp/p4/arm/src/share/mk/bsd.prog.mk : > @@ -110,17 +110,18 @@ : > : > .if defined(PR

Re: Some diffs

2007-12-20 Thread John Baldwin
On Thursday 20 December 2007 01:25:11 am M. Warner Losh wrote: > Consider the following diffs. The first one does a tiny cleanup of > strfile's include style (no real reason other than it bugged me when I > added stdint.h). > > The second one cleans up a minor problem where ${CFLAGS} isn't used >

Some diffs

2007-12-19 Thread M. Warner Losh
Consider the following diffs. The first one does a tiny cleanup of strfile's include style (no real reason other than it bugged me when I added stdint.h). The second one cleans up a minor problem where ${CFLAGS} isn't used where it should be. The next three cleanup the compilation by not assumin