Date: Tue, 25 Dec 2007 06:22:33 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.y Message-ID: <200712250622.lBP6MYEi069288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-12-25 06:22:33 UTC FreeBSD src repository Modified files: usr.sbin/config config.y Log: Spring forward into the late 1970's by following item 5 in the yacc manual's Appendix D ("Old Features Supported but not Encouraged") in the Seventh Edition Unix Programmer's Manual (January, 1979) by retiring the " = {" method of of action specification in favor of a plain "{". It is no longer necessary for this bootstrap program to be compatible with 6th Edition systems. Some yaccs in the wild do not support this old syntax any more, and compatibility with those systems is more important these days (as there are easily 7 orders of magnitude more of them than real v6 systems today). Reviewed by: jhb@ and dds@ (the latter gave the reference). Revision Changes Path 1.79 +34 -51 src/usr.sbin/config/config.y
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712250622.lBP6MYEi069288>