diff options
Diffstat (limited to 'mac/tkMacSend.c')
-rw-r--r-- | mac/tkMacSend.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/tkMacSend.c b/mac/tkMacSend.c index a53e445..63dbfbb 100644 --- a/mac/tkMacSend.c +++ b/mac/tkMacSend.c @@ -31,7 +31,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacSend.c,v 1.5 2002/01/18 03:24:28 das Exp $ + * RCS: @(#) $Id: tkMacSend.c,v 1.6 2002/08/05 04:30:40 dgp Exp $ */ #include <Gestalt.h> @@ -234,12 +234,12 @@ static int ValidateName _ANSI_ARGS_((TkDisplay *dispPtr, *-------------------------------------------------------------- */ -char * +CONST char * Tk_SetAppName( Tk_Window tkwin, /* Token for any window in the application * to be named: it is just used to identify * the application and the display. */ - char *name) /* The name that will be used to + CONST char *name) /* The name that will be used to * refer to the interpreter in later * "send" commands. Must be globally * unique. */ |