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 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?

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index