summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-01-15 21:19:05 (GMT)
committerdgp <dgp@noemail.net>2002-01-15 21:19:05 (GMT)
commit328999cb9dcaac2de7b3e304807abfda6e5d815a (patch)
tree0f1a58bb3c42858070ea1a2eeefac3311847898a /win
parentf7f59216c4ebbb7cf665eb6939bc60adbf9bc728 (diff)
downloadtcl-328999cb9dcaac2de7b3e304807abfda6e5d815a.zip
tcl-328999cb9dcaac2de7b3e304807abfda6e5d815a.tar.gz
tcl-328999cb9dcaac2de7b3e304807abfda6e5d815a.tar.bz2
* Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c
according to the guidelines of TIP 27. Updated callers. [Patch 499196] FossilOrigin-Name: c606fbd2dad0ac555e745eb90871648eef4ce0db
Diffstat (limited to 'win')
-rw-r--r--win/tclWinChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinChan.c b/win/tclWinChan.c
index 8c6dd84..08116ef 100644
--- a/win/tclWinChan.c
+++ b/win/tclWinChan.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinChan.c,v 1.17 2002/01/15 17:55:30 dgp Exp $
+ * RCS: @(#) $Id: tclWinChan.c,v 1.18 2002/01/15 21:19:07 dgp Exp $
*/
#include "tclWinInt.h"
@@ -659,7 +659,7 @@ TclpOpenFileChannel(interp, pathPtr, modeString, permissions)
Tcl_Interp *interp; /* Interpreter for error reporting;
* can be NULL. */
Tcl_Obj *pathPtr; /* Name of file to open. */
- char *modeString; /* A list of POSIX open modes or
+ CONST char *modeString; /* A list of POSIX open modes or
* a string such as "rw". */
int permissions; /* If the open involves creating a
* file, with what modes to create