summaryrefslogtreecommitdiffstats
path: root/win/tkWinPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-28 18:31:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-28 18:31:57 (GMT)
commit242ca27e8759537c7fe5c640c66084aee13fc51f (patch)
treebe807328b612492b3c2370bd43c69bb8a2a3d2aa /win/tkWinPort.h
parentcf7a15b4c3e49dc9076c2c8fb3e80f179928946d (diff)
downloadtk-242ca27e8759537c7fe5c640c66084aee13fc51f.zip
tk-242ca27e8759537c7fe5c640c66084aee13fc51f.tar.gz
tk-242ca27e8759537c7fe5c640c66084aee13fc51f.tar.bz2
* unix/tkUnixPort.h: Disabled inclusion of the private Tcl header
* win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and shrinking number of calls of private Tcl routines. Each Tk source file doing this should follow the convention in the macosx port and have its own #include "tclInt.h". * generic/tkEvent.c: Disabled calls to private Tcl routine TclInExit(). See comment in TkCreateExitHandler() for full rationale.
Diffstat (limited to 'win/tkWinPort.h')
-rw-r--r--win/tkWinPort.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h
index 4eaec99..cb8def1 100644
--- a/win/tkWinPort.h
+++ b/win/tkWinPort.h
@@ -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: tkWinPort.h,v 1.9 2002/10/19 02:10:20 hobbs Exp $
+ * RCS: @(#) $Id: tkWinPort.h,v 1.10 2005/09/28 18:31:57 dgp Exp $
*/
#ifndef _WINPORT
@@ -128,8 +128,13 @@ struct timezone {
int tz_dsttime;
};
+/*
+ * Disabled inclusion of Tcl's private header in hope of discovering we
+ * no longer need it.
+ *
#ifndef _TCLINT
#include <tclInt.h>
#endif
+ */
#endif /* _WINPORT */