diff options
author | sebres <sebres@users.sourceforge.net> | 2018-05-09 10:29:33 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-05-09 10:29:33 (GMT) |
commit | f5e87513071af9794d48e1b5c1b106343f4bca1f (patch) | |
tree | 5edaaf34fde5ff260c8884e3f238f064205619c4 /generic/tclInt.decls | |
parent | 78ee8c697e423a5b4718fabb53eef1c5f6a2a2b1 (diff) | |
download | tcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.zip tcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.tar.gz tcl-f5e87513071af9794d48e1b5c1b106343f4bca1f.tar.bz2 |
amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_STRUCT_DIRENT64)
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 920116c..69e695e 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -995,7 +995,7 @@ declare 9 win { } # new for 8.4.20+/8.5.12+ Cygwin only declare 10 win { - Tcl_DirEntry *TclpReaddir(DIR *dir) + Tcl_DirEntry *TclpReaddir(Tcl_Dir *dir) } # Removed in 8.3.1 (for Win32s only) #declare 10 win { @@ -1135,7 +1135,7 @@ declare 9 unix { # Added in 8.4: declare 10 unix { - Tcl_DirEntry *TclpReaddir(DIR *dir) + Tcl_DirEntry *TclpReaddir(Tcl_Dir *dir) } # Slots 11 and 12 are forwarders for functions that were promoted to # generic Stubs |