diff options
author | jingham <jingham> | 1999-05-22 06:32:05 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:32:05 (GMT) |
commit | 87879697e380ae2d912df100241a6a4b85ac01a1 (patch) | |
tree | a77d9e8604d5260d187c18e7fa29939278ab0f32 /mac/tkMacAppInit.c | |
parent | 36f3e6e9af15906c7d459a8c80ee9f4e995b59f6 (diff) | |
download | tk-87879697e380ae2d912df100241a6a4b85ac01a1.zip tk-87879697e380ae2d912df100241a6a4b85ac01a1.tar.gz tk-87879697e380ae2d912df100241a6a4b85ac01a1.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacAppInit.c')
-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 43d3371..9d27ca7 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.9 1999/04/28 18:18:07 redman Exp $ + * RCS: @(#) $Id: tkMacAppInit.c,v 1.10 1999/05/22 06:32:08 jingham Exp $ */ #include <Gestalt.h> @@ -272,7 +272,6 @@ MacintoshInit() Tcl_MacSetEventProc(TkMacConvertEvent); - return TCL_OK; } |