summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index 27e2474..247c4f6 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -1571,7 +1571,7 @@ Tcl_Merge(
*
*----------------------------------------------------------------------
*/
-
+#ifndef TCL_NO_DEPRECATED
char
Tcl_Backslash(
const char *src, /* Points to the backslash character of a
@@ -1586,6 +1586,7 @@ Tcl_Backslash(
TclUtfToUniChar(buf, &ch);
return (char) ch;
}
+#endif /* TCL_NO_DEPRECATED */
/*
*----------------------------------------------------------------------