summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.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 /unix/tkUnixPort.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 'unix/tkUnixPort.h')
-rw-r--r--unix/tkUnixPort.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index d65f7f2..bdb6340 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixPort.h,v 1.9 2003/10/14 23:11:03 jenglish Exp $
+ * RCS: @(#) $Id: tkUnixPort.h,v 1.10 2005/09/28 18:31:57 dgp Exp $
*/
#ifndef _UNIXPORT
@@ -218,10 +218,12 @@ extern int errno;
/*
* The following declaration is used to get access to a private Tcl interface
* that is needed for portability reasons.
- */
+ *
+ * Disabled for now to determined whether we really still need this.
#ifndef _TCLINT
#include <tclInt.h>
#endif
+ */
#endif /* _UNIXPORT */