summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-10-16 05:31:17 (GMT)
committerdgp <dgp@noemail.net>2001-10-16 05:31:17 (GMT)
commit6e7e71483212f3e8f2dd809e8747caf6867085c6 (patch)
tree423aa297b7e4d3d6fde03ebc45205a61d201476f /generic/tclIO.c
parentff9749d52db8f6fddc12edd91d541dff548acc2b (diff)
downloadtcl-6e7e71483212f3e8f2dd809e8747caf6867085c6.zip
tcl-6e7e71483212f3e8f2dd809e8747caf6867085c6.tar.gz
tcl-6e7e71483212f3e8f2dd809e8747caf6867085c6.tar.bz2
Undo of mistaken commit. Sorry!
FossilOrigin-Name: 092e282e8dbae4c2bbedbd6c03cfc75c200dfeb7
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 549d1d3..a5979e2 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.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: tclIO.c,v 1.39 2001/10/16 05:10:34 dgp Exp $
+ * RCS: @(#) $Id: tclIO.c,v 1.40 2001/10/16 05:31:18 dgp Exp $
*/
#include "tclInt.h"
@@ -4689,7 +4689,7 @@ ReadChars(statePtr, objPtr, charsToRead, offsetPtr, factorPtr)
* Got too many chars.
*/
- CONST char *eof;
+ char *eof;
eof = Tcl_UtfAtIndex(dst, toRead);
statePtr->inputEncodingState = oldState;