summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-08 10:05:40 (GMT)
committerhobbs <hobbs>2000-02-08 10:05:40 (GMT)
commit1721f69f9f7b3f33d82c2c68b7d8ecd0e689635f (patch)
tree8ff4a5485bce73a5ae4437e924043d0162596151 /generic/tcl.decls
parent3e98f7fcb0551e201d79dbfdb298c5ac8e0bbb0f (diff)
downloadtcl-1721f69f9f7b3f33d82c2c68b7d8ecd0e689635f.zip
tcl-1721f69f9f7b3f33d82c2c68b7d8ecd0e689635f.tar.gz
tcl-1721f69f9f7b3f33d82c2c68b7d8ecd0e689635f.tar.bz2
* generic/tclDecls.h:
* generic/tcl.decls: change Tcl_GetOpenFile to use decl of 'int forWriting' instead of 'int write' to avoid shadowing [Bug: 4121] * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 7238d14..b9908f3 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -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: tcl.decls,v 1.30 2000/01/26 03:37:40 hobbs Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.31 2000/02/08 10:05:40 hobbs Exp $
library tcl
@@ -589,7 +589,7 @@ declare 166 generic {
# generic interface, so we inlcude it here for compatibility reasons.
declare 167 unix {
- int Tcl_GetOpenFile(Tcl_Interp *interp, char *str, int write, \
+ int Tcl_GetOpenFile(Tcl_Interp *interp, char *str, int forWriting, \
int checkUsage, ClientData *filePtr)
}