diff options
Diffstat (limited to 'mac/tclMacUnix.c')
-rw-r--r-- | mac/tclMacUnix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacUnix.c b/mac/tclMacUnix.c index a777254..81eb225 100644 --- a/mac/tclMacUnix.c +++ b/mac/tclMacUnix.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacUnix.c,v 1.4 2001/11/23 01:28:46 das Exp $ + * RCS: @(#) $Id: tclMacUnix.c,v 1.5 2002/10/09 11:54:45 das Exp $ */ #include <Files.h> @@ -74,7 +74,7 @@ Tcl_EchoCmd( ClientData dummy, /* Not used. */ Tcl_Interp *interp, /* Current interpreter. */ int argc, /* Number of arguments. */ - char **argv) /* Argument strings. */ + CONST char **argv) /* Argument strings. */ { Tcl_Channel chan; int mode, result, i; |