summaryrefslogtreecommitdiffstats
path: root/mac/MW_TclHeader.pch
diff options
context:
space:
mode:
Diffstat (limited to 'mac/MW_TclHeader.pch')
-rw-r--r--mac/MW_TclHeader.pch15
1 files changed, 2 insertions, 13 deletions
diff --git a/mac/MW_TclHeader.pch b/mac/MW_TclHeader.pch
index 01da559..6a193d3 100644
--- a/mac/MW_TclHeader.pch
+++ b/mac/MW_TclHeader.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_TclHeader.pch,v 1.1.2.2 1998/09/24 23:59:08 stanton Exp $
+ * RCS: @(#) $Id: MW_TclHeader.pch,v 1.1.2.3 1998/11/11 04:08:26 stanton Exp $
*/
/*
@@ -30,7 +30,7 @@
#pragma precompile_target "MW_TclHeader68K"
#endif
-#include "tclMacCommonDefines.h"
+#include "tclMacCommonPch.h"
/*
* Place any includes below that will are needed by the majority of the
@@ -43,16 +43,5 @@
#include "tclMac.h"
#include "tclInt.h"
-/*
- * These three symbols are needed by Itcl, so we must export them
- * here. They are all from tclCompile.h, but there is no need to
- * export that whole file...
- */
-
-EXTERN void TclPrintSource _ANSI_ARGS_((FILE *outFile,
- char *string, int maxChars));
-extern int tclTraceExec;
-extern int tclTraceCompile;
-
#pragma export reset