diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
commit | 241081870bc482f31dfc97458b316d57feecd264 (patch) | |
tree | e4c709259c2f4adc2aab03f662cbe17295582db9 /mac | |
parent | 8403334007fc763313504fb3a46f5aa6cca41151 (diff) | |
download | tk-241081870bc482f31dfc97458b316d57feecd264.zip tk-241081870bc482f31dfc97458b316d57feecd264.tar.gz tk-241081870bc482f31dfc97458b316d57feecd264.tar.bz2 |
* Updated Tk's console to CONSTified channel driver interface.
[Tcl Patch 503565, Tk Patch 503983]
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacAppInit.c | 8 |
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: */ |