diff options
author | stanton <stanton> | 1999-03-06 23:18:05 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-03-06 23:18:05 (GMT) |
commit | 6a6d3284e86e6e0e635cd678424fe6ecf3d68d44 (patch) | |
tree | e2a1a7dd648cbe52b0159309f5a9d9f8ebf56eac /mac | |
parent | 307d14f16b85ccfd297dd1009635376a88d9a74a (diff) | |
download | tk-6a6d3284e86e6e0e635cd678424fe6ecf3d68d44.zip tk-6a6d3284e86e6e0e635cd678424fe6ecf3d68d44.tar.gz tk-6a6d3284e86e6e0e635cd678424fe6ecf3d68d44.tar.bz2 |
stubbed out TkConsoleCreate and added a call to TkConsoleCreate_
in Tk_Main() so that Tk can be dynamically loaded
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacAppInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mac/tkMacAppInit.c b/mac/tkMacAppInit.c index 5b73a65..1870b7e 100644 --- a/mac/tkMacAppInit.c +++ b/mac/tkMacAppInit.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacAppInit.c,v 1.5 1999/02/04 20:57:18 stanton Exp $ + * RCS: @(#) $Id: tkMacAppInit.c,v 1.5.4.1 1999/03/06 23:18:05 stanton Exp $ */ #include <Gestalt.h> @@ -274,7 +274,6 @@ MacintoshInit() Tcl_MacSetEventProc(TkMacConvertEvent); - TkConsoleCreate(); return TCL_OK; } |