Subject: Re: CVS commit: src/common/lib/libprop
To: Alan Barrett <apb@cequrux.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 10/12/2006 09:27:49
On Oct 12, 2006, at 12:08 AM, Alan Barrett wrote:

> On Thu, 12 Oct 2006, Jason R 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).

>
> --apb (Alan Barrett)

-- thorpej