summaryrefslogtreecommitdiffstats
path: root/mac/MW_TclHeader.pch
diff options
context:
space:
mode:
authorwelch <welch@noemail.net>1998-07-06 22:14:09 (GMT)
committerwelch <welch@noemail.net>1998-07-06 22:14:09 (GMT)
commitc895cc410b75366b20fd228ef09656e4fee3b3dd (patch)
treefa1996600704f28793c6bd81ec73cfd1fb902749 /mac/MW_TclHeader.pch
parentbf101558aded38aee2e9410b20c3206b392eae9c (diff)
downloadtcl-c895cc410b75366b20fd228ef09656e4fee3b3dd.zip
tcl-c895cc410b75366b20fd228ef09656e4fee3b3dd.tar.gz
tcl-c895cc410b75366b20fd228ef09656e4fee3b3dd.tar.bz2
Updated for 8.0.3-2
FossilOrigin-Name: 515656137fe93786a9bd419da288a648481edcf5
Diffstat (limited to 'mac/MW_TclHeader.pch')
-rw-r--r--mac/MW_TclHeader.pch14
1 files changed, 13 insertions, 1 deletions
diff --git a/mac/MW_TclHeader.pch b/mac/MW_TclHeader.pch
index 6a27544..a5c133a 100644
--- a/mac/MW_TclHeader.pch
+++ b/mac/MW_TclHeader.pch
@@ -108,5 +108,17 @@
#include "tcl.h"
#include "tclMac.h"
#include "tclInt.h"
-#pragma export off
+
+/*
+ * 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