On Jun 10, 2014, at 7:57 AM, Benjamin Kaduk <bjkf...@gmail.com> wrote:
> On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo <rpa...@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.] Actually, it isn’t. cpp has an assembler mode, which is what we and linux use for dtc. Warner _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"