Source-Changes archive

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

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



Alan Barrett <apb%cequrux.com@localhost> 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)))))




Home | Main Index | Thread Index | Old Index