diff options
Diffstat (limited to 'win')
-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 |