Subject: Re: CVS commit: src/common/lib/libprop
To: Jason Thorpe <thorpej@shagadelic.org>
From: Alan Barrett <apb@cequrux.com>
List: source-changes
Date: 10/12/2006 21:30:34
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)