diff options
| author | vincentdarley <vincentdarley> | 2002-06-13 09:39:58 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2002-06-13 09:39:58 (GMT) |
| commit | 35c1d5481c19e62272029ce01a8c27a3a748844d (patch) | |
| tree | bf267b96362f0e9d923d36bea51aa6f4a245f873 /mac/tclMacFile.c | |
| parent | fae45e93a4d5f4b9c72d81aa4ef5d0095ce4e039 (diff) | |
| download | tcl-35c1d5481c19e62272029ce01a8c27a3a748844d.zip tcl-35c1d5481c19e62272029ce01a8c27a3a748844d.tar.gz tcl-35c1d5481c19e62272029ce01a8c27a3a748844d.tar.bz2 | |
vfs, winfs testsuite
Diffstat (limited to 'mac/tclMacFile.c')
| -rw-r--r-- | mac/tclMacFile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mac/tclMacFile.c b/mac/tclMacFile.c index 210624b..07c1195 100644 --- a/mac/tclMacFile.c +++ b/mac/tclMacFile.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacFile.c,v 1.21 2002/05/02 20:15:20 vincentdarley Exp $ + * RCS: @(#) $Id: tclMacFile.c,v 1.22 2002/06/13 09:40:00 vincentdarley Exp $ */ /* @@ -1145,9 +1145,10 @@ TclpTempFileName() #ifdef S_IFLNK Tcl_Obj* -TclpObjLink(pathPtr, toPtr) +TclpObjLink(pathPtr, toPtr, linkType) Tcl_Obj *pathPtr; Tcl_Obj *toPtr; + int linkType; { Tcl_Obj* link = NULL; |
