From 79fe97d8ea163ff9a3b229998c5434890f03b18f Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sat, 28 Apr 2012 14:17:24 -0700 Subject: [PATCH] include string_unprinting() in COMPILE_UTILITY cases. jgh debugged eximon build failure; util-spool_in.o needs it --- src/src/string.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/src/string.c b/src/src/string.c index ece200bcc..ab5156537 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -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 */ -- 2.30.2