summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-01-15 20:48:25 (GMT)
committerdgp <dgp@noemail.net>2002-01-15 20:48:25 (GMT)
commit80b8a2c970400a2fd7ba59b90996211947f6752e (patch)
treee4c709259c2f4adc2aab03f662cbe17295582db9 /mac
parenta09d39eb5dca1bdf105193adb1e5d1d93ba96706 (diff)
downloadtk-80b8a2c970400a2fd7ba59b90996211947f6752e.zip
tk-80b8a2c970400a2fd7ba59b90996211947f6752e.tar.gz
tk-80b8a2c970400a2fd7ba59b90996211947f6752e.tar.bz2
* Updated Tk's console to CONSTified channel driver interface.
[Tcl Patch 503565, Tk Patch 503983] FossilOrigin-Name: 17f3016eda1359cc976a683c7706e348a1c664d0
Diffstat (limited to 'mac')
-rw-r--r--mac/tkMacAppInit.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/mac/tkMacAppInit.c b/mac/tkMacAppInit.c
index 670e8fa..c625609 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.12 2000/02/10 08:53:06 jingham Exp $
+ * RCS: @(#) $Id: tkMacAppInit.c,v 1.13 2002/01/15 20:48:30 dgp Exp $
*/
#include <Gestalt.h>
@@ -52,12 +52,6 @@ extern char * __ttyname _ANSI_ARGS_((long fildes));
short SIOUXHandleOneEvent _ANSI_ARGS_((EventRecord *event));
/*
- * Prototypes for functions from the tkConsole.c file.
- */
-
-EXTERN void TkConsolePrint _ANSI_ARGS_((Tcl_Interp *interp,
- int devId, char *buffer, long size));
-/*
* Forward declarations for procedures defined later in this file:
*/