Module Name:    src
Committed By:   joerg
Date:           Mon Jun  4 10:18:01 UTC 2012

Modified Files:
        src/tools/compat: compat_defs.h

Log Message:
Make Alan Barrett happy and add ().


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/tools/compat/compat_defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/compat_defs.h
diff -u src/tools/compat/compat_defs.h:1.85 src/tools/compat/compat_defs.h:1.86
--- src/tools/compat/compat_defs.h:1.85	Sun Jun  3 21:01:43 2012
+++ src/tools/compat/compat_defs.h	Mon Jun  4 10:18:01 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat_defs.h,v 1.85 2012/06/03 21:01:43 joerg Exp $	*/
+/*	$NetBSD: compat_defs.h,v 1.86 2012/06/04 10:18:01 joerg Exp $	*/
 
 #ifndef	__NETBSD_COMPAT_DEFS_H__
 #define	__NETBSD_COMPAT_DEFS_H__
@@ -73,9 +73,9 @@
 #define __UNCONST(a)   ((void *)(unsigned long)(const void *)(a))
 
 #undef __predict_false
-#define __predict_false(x) x
+#define __predict_false(x) (x)
 #undef __predict_true
-#define __predict_true(x) x
+#define __predict_true(x) (x)
 
 /* We don't include <pwd.h> here, so that "compat_pwd.h" works. */
 struct passwd;

Reply via email to