diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-17 07:18:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-17 07:18:59 (GMT) |
commit | 2bf9ac5c065b710c9be50994eb2dd0a6b69c031e (patch) | |
tree | 78c9f4aa8e72f3add750e5d988fc7a7896cee4ea /generic/tclFileName.c | |
parent | dda779ba1bfc34ac3274ddb5f1f06912e50df592 (diff) | |
parent | 2955e496ef32f664c325b51eb83578c1c9c1a47b (diff) | |
download | tcl-2bf9ac5c065b710c9be50994eb2dd0a6b69c031e.zip tcl-2bf9ac5c065b710c9be50994eb2dd0a6b69c031e.tar.gz tcl-2bf9ac5c065b710c9be50994eb2dd0a6b69c031e.tar.bz2 |
Merge 8.7. Add macro's for situation without UTF_TCL_STUBS
Diffstat (limited to 'generic/tclFileName.c')
-rw-r--r-- | generic/tclFileName.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index 1603951..db8052d 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -547,6 +547,7 @@ TclpNativeSplitPath( *---------------------------------------------------------------------- */ +#undef Tcl_SplitPath void Tcl_SplitPath( const char *path, /* Pointer to string containing a path. */ |