diff options
author | welch <welch> | 1998-07-06 22:14:09 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-06 22:14:09 (GMT) |
commit | 6a6605f4ad91444a0a39a533d12fc64d25d450cf (patch) | |
tree | fa1996600704f28793c6bd81ec73cfd1fb902749 /mac/MW_TclHeader.pch | |
parent | 7ead33b195874e2f0c7c4d8b19578805fdbaa2be (diff) | |
download | tcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.zip tcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.tar.gz tcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.tar.bz2 |
Updated for 8.0.3-2
Diffstat (limited to 'mac/MW_TclHeader.pch')
-rw-r--r-- | mac/MW_TclHeader.pch | 14 |
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 |