cvs commit: src/usr.sbin/config config.y
Warner Losh
imp at FreeBSD.org
Tue Dec 25 06:22:34 UTC 2007
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
More information about the cvs-all
mailing list