Subject: Re: CVS commit: src/common/lib/libprop
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 10/17/2006 19:18:57
Alan Barrett <apb@cequrux.com> writes:

> 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

Um... won't that ifdef fail to notice the builtin, as it's not a
preprocessor macro?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))