summaryrefslogtreecommitdiffstats
path: root/generic/tkConsole.c
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-19 22:00:02 (GMT)
committerhobbs <hobbs>1999-11-19 22:00:02 (GMT)
commit3fd1d29ce817601c769d7549d8f3c9bec8d49539 (patch)
tree1a1f21c36821c32fa17912052769a5db4bb4d736 /generic/tkConsole.c
parent1c7268724fdcf2d1928feb5d8bf0082e3f36c92d (diff)
downloadtk-3fd1d29ce817601c769d7549d8f3c9bec8d49539.zip
tk-3fd1d29ce817601c769d7549d8f3c9bec8d49539.tar.gz
tk-3fd1d29ce817601c769d7549d8f3c9bec8d49539.tar.bz2
* generic/tkColor.c:
* generic/tkColor.h: fixed Tk_NameOfColor to work correctly, with minor change to TkColor struct. * generic/tkConsole.c: added static declaration to ConsoleDeleteProc function (proto already had it)
Diffstat (limited to 'generic/tkConsole.c')
-rw-r--r--generic/tkConsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkConsole.c b/generic/tkConsole.c
index d39fcdf..5892df5 100644
--- a/generic/tkConsole.c
+++ b/generic/tkConsole.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkConsole.c,v 1.10 1999/07/30 02:09:25 redman Exp $
+ * RCS: @(#) $Id: tkConsole.c,v 1.11 1999/11/19 22:00:03 hobbs Exp $
*/
#include "tk.h"
@@ -673,7 +673,7 @@ InterpreterCmd(clientData, interp, argc, argv)
*----------------------------------------------------------------------
*/
-void
+static void
ConsoleDeleteProc(clientData)
ClientData clientData;
{