Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 09:57:20 -0400
From:      Benjamin Kaduk <bjkfbsd@gmail.com>
To:        Rui Paulo <rpaulo@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r267318 - head/usr.bin/dtc
Message-ID:  <CAJ5_RoCbCDsV8UoqiqbcwGPajEc57pERV3GH4EsKQKhDoy7%2B=g@mail.gmail.com>
In-Reply-To: <201406100616.s5A6GY4Q093247@svn.freebsd.org>
References:  <201406100616.s5A6GY4Q093247@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo <rpaulo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5_RoCbCDsV8UoqiqbcwGPajEc57pERV3GH4EsKQKhDoy7%2B=g>