diff options
Diffstat (limited to 'mac/MW_TkHeader.pch')
-rw-r--r-- | mac/MW_TkHeader.pch | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/mac/MW_TkHeader.pch b/mac/MW_TkHeader.pch index f5dcc1d..c8a92d0 100644 --- a/mac/MW_TkHeader.pch +++ b/mac/MW_TkHeader.pch @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: MW_TkHeader.pch,v 1.3 1998/11/11 17:28:50 jingham Exp $ + * RCS: @(#) $Id: MW_TkHeader.pch,v 1.4 2001/11/23 02:04:25 das Exp $ */ /* @@ -31,29 +31,4 @@ #pragma precompile_target "MW_TkHeader68K" #endif -#include "tclMacCommonPch.h" - -#ifdef TCL_DEBUG - #define TK_TEST -#endif - -/* - * The following defines are for the Xlib.h file to force - * it to generate prototypes in the way we need it. This is - * defined here in case X.h & company are ever included before - * tk.h. - */ - -#define NeedFunctionPrototypes 1 -#define NeedWidePrototypes 0 - -/* - * Place any includes below that will are needed by the majority of the - * and is OK to be in any file in the system. - */ - -#include <tcl.h> -#pragma export on -#include "tk.h" -#include "tkInt.h" -#pragma export off +#include "MW_TkHeaderCommon.h" |