OSDN Git Service

* win/tclWin32Dll.c (tclWinTCharEncoding): Remove 'static' since it is declared
authorcgf <cgf>
Sun, 6 Oct 2002 20:00:35 +0000 (20:00 +0000)
committercgf <cgf>
Sun, 6 Oct 2002 20:00:35 +0000 (20:00 +0000)
in header as exportable extern.

tcl/ChangeLog
tcl/win/tclWin32Dll.c

index aa84695..1985e0a 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-05  Christopher Faylor  <cgf@redhat.com>
+
+       * win/tclWin32Dll.c (tclWinTCharEncoding): Remove 'static' since it is
+       declared in header as exportable extern.
+
 2002-09-13  Keith Seitz  <keiths@redhat.com>
 
        From Mo Dejong  <supermo@bayarea.net>:
index 52b134d..6599894 100644 (file)
@@ -118,7 +118,7 @@ static TclWinProcs unicodeProcs = {
 };
 
 TclWinProcs *tclWinProcs;
-static Tcl_Encoding tclWinTCharEncoding;
+Tcl_Encoding tclWinTCharEncoding;
 
 /*
  * The following declaration is for the VC++ DLL entry point.