git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move from table to tree for lookups
[exim.git]
/
src
/
src
/
macros.h
diff --git
a/src/src/macros.h
b/src/src/macros.h
index 3ccbe3353030a6d2a82e7d1a6efb3337fae8ca68..3bfcf51d5e2a3d0b75303d86751dde688c7f8ca6 100644
(file)
--- a/
src/src/macros.h
+++ b/
src/src/macros.h
@@
-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 */