Some diffs

Diomidis Spinellis dds at aueb.gr
Thu Dec 20 14:29:49 PST 2007


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 Appendix D 
titled "Old Features Supported but not Encouraged" in the Seventh 
Edition Unix Programmer's Manual (January, 1979).  I believe it's now 
time to make the switch.  Thanks!

-- 
Diomidis Spinellis - http://www.spinellis.gr


More information about the freebsd-hackers mailing list