summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/string.c5
1 files changed, 4 insertions, 1 deletions
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 */