Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/make
Taylor R Campbell <campbell+netbsd-source-changes-d%mumble.net@localhost> wrote:
> That said, I don't see any reason why this should be a macro in the
> first place. If there is a compelling reason, please write it down;
> if not, please change it to a static function:
>
Sure.
> static BuildMon *
> BM(Job *job)
> {
>
> return (job != NULL ? &job->bm : &Mypbm);
> }
Home |
Main Index |
Thread Index |
Old Index