]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't include trailing whitespace in ID tokens before comments. ie:
authorpeter <peter@FreeBSD.org>
Thu, 1 Jul 1999 16:20:16 +0000 (16:20 +0000)
committerpeter <peter@FreeBSD.org>
Thu, 1 Jul 1999 16:20:16 +0000 (16:20 +0000)
commit140b47277bef322c164be5984d1b3c77e3162a14
treeb85a27989af06d6cf8d4bd73569d022acdf8fc08
parent8a33200f02747ae1522a1f6a6dfc3ce977e60232
Don't include trailing whitespace in ID tokens before comments. ie:
options FOO=10 # comment
would give FOO the value of "10 " and that caused unwanted
touches on the opt_*.h files.

I hope I've got this right..
usr.sbin/config/lang.l