diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacBitmap.c | 4 | ||||
-rw-r--r-- | mac/tkMacWm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mac/tkMacBitmap.c b/mac/tkMacBitmap.c index e434c26..918b190 100644 --- a/mac/tkMacBitmap.c +++ b/mac/tkMacBitmap.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: tkMacBitmap.c,v 1.4 1999/05/22 06:32:12 jingham Exp $ + * RCS: @(#) $Id: tkMacBitmap.c,v 1.5 2002/08/31 06:12:28 das Exp $ */ #include "tkPort.h" @@ -142,7 +142,7 @@ TkpDefineNativeBitmaps() Pixmap TkpCreateNativeBitmap( Display *display, - char * source) /* Info about the icon to build. */ + CONST char * source) /* Info about the icon to build. */ { Pixmap pix; GWorldPtr destPort; diff --git a/mac/tkMacWm.c b/mac/tkMacWm.c index 450941b..c21fb85 100644 --- a/mac/tkMacWm.c +++ b/mac/tkMacWm.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacWm.c,v 1.21 2002/07/25 22:12:29 pspjuth Exp $ + * RCS: @(#) $Id: tkMacWm.c,v 1.22 2002/08/31 06:12:28 das Exp $ */ #include <Gestalt.h> @@ -5002,7 +5002,7 @@ TkUnsupported1Cmd( * interpreter. */ Tcl_Interp *interp, /* Current interpreter. */ int argc, /* Number of arguments. */ - char **argv) /* Argument strings. */ + CONST char **argv) /* Argument strings. */ { Tk_Window tkwin = (Tk_Window) clientData; TkWindow *winPtr; |