include string_unprinting() in COMPILE_UTILITY cases.
authorPhil Pennock <pdp@exim.org>
Sat, 28 Apr 2012 21:17:24 +0000 (14:17 -0700)
committerPhil Pennock <pdp@exim.org>
Sat, 28 Apr 2012 21:17:24 +0000 (14:17 -0700)
jgh debugged eximon build failure; util-spool_in.o needs it

src/src/string.c

index ece200bccda5a2807e05b93d1106322917bdbc19..ab5156537b38d91f2c3f8b4468040e0db94b870a 100644 (file)
@@ -332,6 +332,10 @@ while (*t != 0)
 *tt = 0;
 return ss;
 }
+#endif  /* COMPILE_UTILITY */
+
+
+
 
 /*************************************************
 *        Undo printing escapes in string         *
@@ -398,7 +402,6 @@ while (*p)
 
 return ss;
 }
-#endif  /* COMPILE_UTILITY */