diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-26 11:08:15 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-26 11:08:15 (GMT) |
commit | d6e242b3e64b7c1e0cc401404512f8d67ea35f55 (patch) | |
tree | a9abb5fa6abb97239cbbfd25c2a722b3004c6b03 /win/tclWinInt.h | |
parent | f65ebe0bea2dae6fdf83e094fad929011136dcc9 (diff) | |
download | tcl-d6e242b3e64b7c1e0cc401404512f8d67ea35f55.zip tcl-d6e242b3e64b7c1e0cc401404512f8d67ea35f55.tar.gz tcl-d6e242b3e64b7c1e0cc401404512f8d67ea35f55.tar.bz2 |
Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c)
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r-- | win/tclWinInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |