diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-11 07:53:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-11 07:53:20 (GMT) |
commit | 7bf3f83abd5bc0e24dbd3f02765b7e86d7ba1fa7 (patch) | |
tree | 961828337b31de8c5df029ec0979f32f1a7e9f37 /unix/tclUnixFile.c | |
parent | f5e87513071af9794d48e1b5c1b106343f4bca1f (diff) | |
download | tcl-7bf3f83abd5bc0e24dbd3f02765b7e86d7ba1fa7.zip tcl-7bf3f83abd5bc0e24dbd3f02765b7e86d7ba1fa7.tar.gz tcl-7bf3f83abd5bc0e24dbd3f02765b7e86d7ba1fa7.tar.bz2 |
Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the public API
Diffstat (limited to 'unix/tclUnixFile.c')
-rw-r--r-- | unix/tclUnixFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 95642b1..65e144d 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -259,7 +259,7 @@ TclpMatchInDirectory( Tcl_DecrRefCount(tailPtr); Tcl_DecrRefCount(fileNamePtr); } else { - Tcl_Dir *d; + TclDIR *d; Tcl_DirEntry *entryPtr; CONST char *dirName; int dirLength; |