Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/common/lib/libprop



On Thu, 12 Oct 2006, Jason Thorpe wrote:
> >>Modified Files:
> >>    src/common/lib/libprop: prop_rb.c
> >
> >+#ifndef __predict_false
> >+#define        __predict_false(x)      (x)
> >+#endif
> >
> >Should this be defined in tools/compat/compat_defs.h?
> 
> Um, yah, I suppose it could... however, I was not thinking of that  
> case (and I don't know of anything that currently uses libprop in  
> tools).

I was thinking about tools that use __predict_{true,false}, but I have
now confirmed that there are none.

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index