summaryrefslogtreecommitdiff
path: root/tcl/mac/tclMacAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/mac/tclMacAppInit.c')
-rw-r--r--tcl/mac/tclMacAppInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/mac/tclMacAppInit.c b/tcl/mac/tclMacAppInit.c
index 350afeb5730..34138a49587 100644
--- a/tcl/mac/tclMacAppInit.c
+++ b/tcl/mac/tclMacAppInit.c
@@ -22,7 +22,7 @@
# include <console.h>
#elif defined(__MWERKS__)
# include <SIOUX.h>
-short InstallConsole _ANSI_ARGS_((short fd));
+EXTERN short InstallConsole _ANSI_ARGS_((short fd));
#endif
#ifdef TCL_TEST
@@ -189,6 +189,7 @@ MacintoshInit()
SIOUXSettings.autocloseonquit = true;
SIOUXSettings.showstatusline = true;
SIOUXSettings.asktosaveonclose = false;
+ SIOUXSettings.wasteusetempmemory = true;
InstallConsole(0);
SIOUXSetTitle("\pTcl Interpreter");