Avoid parsing cost for auto-macro creates
[exim.git] / src / src / globals.c
index 631e1d61ca1140dd5e861394f2b1e8004fe76d2a..df3696c33bebe0e53e4941f8dc89a537ebd8783a 100644 (file)
@@ -925,6 +925,7 @@ int     lookup_open_max        = 25;
 uschar *lookup_value           = NULL;
 
 macro_item  *macros            = NULL;
+macro_item  *mlast             = NULL;
 uschar *mailstore_basename     = NULL;
 #ifdef WITH_CONTENT_SCAN
 uschar *malware_name           = NULL;  /* Virus Name */