X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5980e62829e10336b008f861c938bfca799d488a..f38917cc94ab337c15ff70c254dd564ee2dcafe7:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 4188b4d84..8445f001c 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1090,8 +1090,9 @@ const pcre *regex_From = NULL; const pcre *regex_IGNOREQUOTA = NULL; const pcre *regex_PIPELINING = NULL; const pcre *regex_SIZE = NULL; -const pcre *regex_smtp_code = NULL; const pcre *regex_ismsgid = NULL; +const pcre *regex_smtp_code = NULL; +uschar *regex_vars[REGEX_VARS]; #ifdef WHITELIST_D_MACROS const pcre *regex_whitelisted_macro = NULL; #endif