diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-04 07:09:40 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-07-04 07:09:40 (GMT) |
| commit | 5ade502b5df953d3b1eea054ece97555db455542 (patch) | |
| tree | f601a0cf95af6e9aeea8f330063f37565515f418 /generic/tclStubInit.c | |
| parent | a7c9dd6e03d85a186970d3aab924e10e6c4293ab (diff) | |
| parent | fe2cecb7b71ceb3aa098a7a434332f0a15914375 (diff) | |
| download | tcl-5ade502b5df953d3b1eea054ece97555db455542.zip tcl-5ade502b5df953d3b1eea054ece97555db455542.tar.gz tcl-5ade502b5df953d3b1eea054ece97555db455542.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 1b671d4..ca2638c 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -55,6 +55,7 @@ static int TclSockMinimumBuffersOld(int sock, int size) #ifdef __WIN32__ # define TclUnixWaitForFile 0 +# define TclUnixCopyFile 0 # define TclpReaddir 0 # define TclpIsAtty 0 #elif defined(__CYGWIN__) @@ -498,7 +499,7 @@ static const TclIntPlatStubs tclIntPlatStubs = { TclpCreatePipe, /* 14 */ TclpCreateProcess, /* 15 */ TclpIsAtty, /* 16 */ - 0, /* 17 */ + TclUnixCopyFile, /* 17 */ TclpMakeFile, /* 18 */ TclpOpenFile, /* 19 */ TclWinAddProcess, /* 20 */ |
