On 2010-05-10 22:49, Ramiro Polla wrote: > On Mon, May 10, 2010 at 5:46 PM, Joel Rosdahl <[email protected]> wrote: >> - Code that uses (or rather: potentially uses) __{DATE,FILE,TIME}__ >> macros is handled correctly in direct mode. > > What about __LINE__? Won't that also affect the output? (for example > if there was an extra empty line)
If a line is added or removed somewhere in the source code so that the __LINE__ expansion should change, then the hash sum will be different because of the added/removed line, so there's no need to handle __LINE__ specially. -- Joel _______________________________________________ ccache mailing list [email protected] https://lists.samba.org/mailman/listinfo/ccache
