svn commit: r267318 - head/usr.bin/dtc
Benjamin Kaduk
bjkfbsd at gmail.com
Tue Jun 10 13:57:21 UTC 2014
On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo <rpaulo at freebsd.org> wrote:
> Author: rpaulo
> Date: Tue Jun 10 06:16:34 2014
> New Revision: 267318
> URL: http://svnweb.freebsd.org/changeset/base/267318
>
> Log:
> dtc: ignore lines starting with #.
>
> This is necessary because we use the C pre-processor to parse #include
> lines
> and cpp adds line markings that start with #.
>
[Obligatory note that cpp is tied to its C compiler and is only obligated
to produce output acceptable to that C compiler; such output could be
arbitrarily complex.]
-Ben
More information about the svn-src-all
mailing list