diff options
Diffstat (limited to 'mac/tkMacCursor.c')
-rw-r--r-- | mac/tkMacCursor.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tkMacCursor.c b/mac/tkMacCursor.c index f03f207..1a5ded8 100644 --- a/mac/tkMacCursor.c +++ b/mac/tkMacCursor.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacCursor.c,v 1.5 1999/04/16 01:51:30 stanton Exp $ + * RCS: @(#) $Id: tkMacCursor.c,v 1.6 2002/01/25 21:09:37 dgp Exp $ */ #include "tkPort.h" @@ -80,7 +80,7 @@ static int gTkOwnsCursor = true; /* A boolean indicating whether */ static void FindCursorByName _ANSI_ARGS_ ((TkMacCursor *macCursorPtr, - char *string)); + CONST char *string)); /* *---------------------------------------------------------------------- @@ -105,7 +105,7 @@ static void FindCursorByName _ANSI_ARGS_ ((TkMacCursor *macCursorPtr, void FindCursorByName( TkMacCursor *macCursorPtr, - char *string) + CONST char *string) { Handle resource; Str255 curName; @@ -200,7 +200,7 @@ TkGetCursorByName( FindCursorByName(macCursorPtr, string); if (macCursorPtr->macCursor == NULL) { - char **argv; + CONST char **argv; int argc, err; /* |