From d6e242b3e64b7c1e0cc401404512f8d67ea35f55 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 26 Mar 2001 11:08:15 +0000 Subject: Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c) --- ChangeLog | 5 +++++ win/tclWinInt.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1400c0c..044d34f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-26 Donal K. Fellows + + * win/tclWinInt.h (tclWinTCharEncoding): Removed as now a static + variable in win/tclWin32Dll.c instead. + 2001-03-23 Jeff Hobbs * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval of diff --git a/win/tclWinInt.h b/win/tclWinInt.h index b744045..82dc69c 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinInt.h,v 1.8 1999/08/03 18:07:15 redman Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.9 2001/03/26 11:08:16 dkf Exp $ */ #ifndef _TCLWININT @@ -92,7 +92,6 @@ typedef struct TclWinProcs { } TclWinProcs; EXTERN TclWinProcs *tclWinProcs; -EXTERN Tcl_Encoding tclWinTCharEncoding; /* * Declarations of functions that are not accessible by way of the -- cgit v0.12