Taylor R Campbell <campbell+netbsd-source-change...@mumble.net> 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); > }