Optimise scanning config for macros
[exim.git] / src / src / structs.h
index 14d109869ec4ceb67972f1e6f2cf4b365d67a6aa..885c1b50047e41f9ac8a412ff8f24ff1b4693e81 100644 (file)
@@ -31,6 +31,7 @@ typedef struct macro_item {
   struct  macro_item * next;
   BOOL         command_line;
   unsigned     namelen;
+  unsigned     replen;
   const uschar * name;
   const uschar * replacement;
 } macro_item;