Move from table to tree for lookups
[exim.git] / src / src / macros.h
index 3ccbe3353030a6d2a82e7d1a6efb3337fae8ca68..3bfcf51d5e2a3d0b75303d86751dde688c7f8ca6 100644 (file)
@@ -102,7 +102,7 @@ don't make the file descriptors two-way. */
 
 /* A macro to simplify testing bits in lookup types */
 
-#define mac_islookup(a,b) ((lookup_list[a]->type & (b)) != 0)
+#define mac_islookup(li,b) ((li)->type & (b))
 
 /* Debugging control */