summaryrefslogtreecommitdiffstats
path: root/mac/MW_TclAppleScriptHeader.pch
diff options
context:
space:
mode:
Diffstat (limited to 'mac/MW_TclAppleScriptHeader.pch')
-rw-r--r--mac/MW_TclAppleScriptHeader.pch10
1 files changed, 5 insertions, 5 deletions
diff --git a/mac/MW_TclAppleScriptHeader.pch b/mac/MW_TclAppleScriptHeader.pch
index bf130ab..84b09fc 100644
--- a/mac/MW_TclAppleScriptHeader.pch
+++ b/mac/MW_TclAppleScriptHeader.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_TclAppleScriptHeader.pch,v 1.3 1998/11/10 16:30:35 rjohnson Exp $
+ * RCS: @(#) $Id: MW_TclAppleScriptHeader.pch,v 1.4 1999/05/11 07:11:46 jingham Exp $
*/
/*
@@ -25,17 +25,17 @@
#if __POWERPC__
#pragma precompile_target "MW_TclAppleScriptHeaderPPC"
-#include "MW_TclHeaderPPC"
#elif __CFM68K__
#pragma precompile_target "MW_TclAppleScriptHeaderCFM68K"
-#include "MW_TclHeaderCFM68K"
#else
#pragma precompile_target "MW_TclAppleScriptHeader68K"
-#include "MW_TclHeader68K"
#endif
+#include "tclMacCommonPch.h"
+
+/* #define TCL_REGISTER_LIBRARY 1 */
+#define USE_TCL_STUBS
-#define TCL_REGISTER_LIBRARY 1
/*
* Place any includes below that will are needed by the majority of the
* and is OK to be in any file in the system. The pragma's are used