constification
[exim.git] / src / src / rewrite.c
index ec5c2cffc1a8779cc178629fd9157a3bc373a7ff..c0d173abf52b51828f5c42d09bc4aa80b81ad935 100644 (file)
@@ -119,9 +119,9 @@ for (rewrite_rule * rule = rewrite_rules;
   {
   int start, end, pdomain;
   int count = 0;
-  uschar *save_localpart;
-  const uschar *save_domain;
-  uschar *error, *new;
+  const uschar * save_localpart;
+  const uschar * save_domain;
+  uschar * error, * new;
   const uschar * newparsed;
 
   /* Come back here for a repeat after a successful rewrite. We do this