parenthesized (noticed by -Wall)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8943
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Aug 15 16:44:32 1996 Tom Yu <tlyu@mit.edu>
+
+ * scc_retrv.c: Fix def'n of flags_match to be properly
+ parenthesized (noticed by -Wall)
+
Mon Jun 10 21:46:06 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* scc_read.c:
#include "scc.h"
#define set(bits) (whichfields & bits)
-#define flags_match(a,b) (a & b == a)
+#define flags_match(a,b) (((a) & (b)) == (a))
static krb5_boolean
times_match(t1, t2)