diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-28 18:13:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-28 18:13:34 (GMT) |
commit | b51f35134bc68f09e6e3b90ea0eda5f10775ed0f (patch) | |
tree | 97ad92d34864c36be5167ea8983168ad6dc3dc85 /unix | |
parent | 31f745b32a4352b25433ed66d0b394d6d6907bac (diff) | |
download | tk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.zip tk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.tar.gz tk-b51f35134bc68f09e6e3b90ea0eda5f10775ed0f.tar.bz2 |
* generic/tkImgPhoto.c: Changed TclStack* calls to ck* calls so that
we don't create new dependencies on Tcl internals.
* unix/tkUnixPort.h: Removed #include of tclInt.h that has been
* win/tkWinPort.h: disabled for three years. If we needed this
we'd have noticed by now.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixPort.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 4805a6f..280c1db 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.14 2007/12/13 15:28:50 dgp Exp $ + * RCS: @(#) $Id: tkUnixPort.h,v 1.15 2008/08/28 18:13:36 dgp Exp $ */ #ifndef _UNIXPORT @@ -204,15 +204,4 @@ #define TkpPrintWindowId(buf,w) \ sprintf((buf), "%#08lx", (unsigned long) (w)) -/* - * 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 */ |