On Wed, 9 May 2012, malc wrote:

> On Tue, 8 May 2012, Andreas F?rber wrote:
> 
> > Am 08.05.2012 22:28, schrieb malc:
> > > On Tue, 8 May 2012, Andreas F?rber wrote:
> > > 
> > >> What about the following? (untested)
> > > 
> > > I'd much rather have the ifdefery scattered around the code than
> > > having to remember what this function does,
> > 
> > The name was supposed to explain that. :)
> > 
> > > but that's just me,
> > > not hard bent on it..
> > 
> > Fine with me; we still need to agree on what to put inside the #ifdef
> > then. ;)
> > 
> 
> #ifdef MOO
> reg = reg + 1 - (reg & 1);
> #endif
> 

Atrocious... 

#ifdef MOO
reg |= 1;
#endif

-- 
mailto:av1...@comtv.ru

Reply via email to