diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-08 13:48:36 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-07-08 13:48:36 (GMT) |
| commit | 3674905dbda8443171db562a6c69bf50228f18fb (patch) | |
| tree | bfc36de043daea5774bd0739eb719e86314e23e5 /generic/tclFileName.c | |
| parent | 9336a020ee8538c5927e9cbe8cbad80ef915c741 (diff) | |
| download | tcl-3674905dbda8443171db562a6c69bf50228f18fb.zip tcl-3674905dbda8443171db562a6c69bf50228f18fb.tar.gz tcl-3674905dbda8443171db562a6c69bf50228f18fb.tar.bz2 | |
Resolve ~ for MacOS during initialization
Diffstat (limited to 'generic/tclFileName.c')
| -rw-r--r-- | generic/tclFileName.c | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/generic/tclFileName.c b/generic/tclFileName.c index b13a435..3ffdede 100644 --- a/generic/tclFileName.c +++ b/generic/tclFileName.c @@ -1228,34 +1228,6 @@ DoTildeSubst( /* *---------------------------------------------------------------------- * - * TclResolveTildePaths -- - * - * Given a Tcl_Obj that is a list of paths, returns a Tcl_Obj containing - * the paths with any ~-prefixed paths resolved. Returns NULL if - * none of the paths contained a ~-prefixed path, or passed in value - * was not a list, or if NULL was passed in. - * - * ~-prefixed paths that cannot be resolved are removed from the - * returned list. - * - * Results: - * Returns a Tcl_Obj with resolved paths or NULL. - * - *---------------------------------------------------------------------- - */ -Tcl_Obj *TclResolveTildePaths( - Tcl_Interp *interp, - Tcl_Obj *pathsObj) -{ - /* TODO */ - - return NULL; -} - - -/* - *---------------------------------------------------------------------- - * * Tcl_GlobObjCmd -- * * This procedure is invoked to process the "glob" Tcl command. See the |
