summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-17 07:32:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-17 07:32:17 (GMT)
commite39e94eb8dae7ab8ba2ae8fca7c376ab4fce2d56 (patch)
tree3f03ee455f6f6e4302af676553a042e25fe2ec41 /generic/tclUtil.c
parentfb3abfc9c3019d7b9b4ff002319576ef4004881b (diff)
parent53b939e3bc6f9b4995c798d45dada91369aa82ad (diff)
downloadtcl-e39e94eb8dae7ab8ba2ae8fca7c376ab4fce2d56.zip
tcl-e39e94eb8dae7ab8ba2ae8fca7c376ab4fce2d56.tar.gz
tcl-e39e94eb8dae7ab8ba2ae8fca7c376ab4fce2d56.tar.bz2
Merge 9.0. Fix compilation (due to new macro's in previous commit)
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index 8f1e1ad..30be4ef 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -845,6 +845,7 @@ TclCopyAndCollapse(
*----------------------------------------------------------------------
*/
+#undef Tcl_SplitList
int
Tcl_SplitList(
Tcl_Interp *interp, /* Interpreter to use for error reporting. If