summaryrefslogtreecommitdiffstats
path: root/mac/tkMacSend.c
diff options
context:
space:
mode:
authordas <das>2002-01-18 03:24:24 (GMT)
committerdas <das>2002-01-18 03:24:24 (GMT)
commitb47bd6f2e4cb66bac67ee27a8f450736a82ec03b (patch)
tree522a5c76a926c47b72e820f32a3d819684ebf910 /mac/tkMacSend.c
parent87d80c0aad211997148f837600fd303d0f1d924e (diff)
downloadtk-b47bd6f2e4cb66bac67ee27a8f450736a82ec03b.zip
tk-b47bd6f2e4cb66bac67ee27a8f450736a82ec03b.tar.gz
tk-b47bd6f2e4cb66bac67ee27a8f450736a82ec03b.tar.bz2
* mac/tkMacDialog.c:
* mac/tkMacSend.c: TIP 27 CONSTification broke the mac build in a few places.
Diffstat (limited to 'mac/tkMacSend.c')
-rw-r--r--mac/tkMacSend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacSend.c b/mac/tkMacSend.c
index 3884415..a53e445 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.4 1999/05/22 06:35:10 jingham Exp $
+ * RCS: @(#) $Id: tkMacSend.c,v 1.5 2002/01/18 03:24:28 das Exp $
*/
#include <Gestalt.h>
@@ -361,7 +361,7 @@ Tk_SendObjCmd(
int objc, /* Number of arguments */
Tcl_Obj *CONST objv[]) /* The arguments */
{
- static char *sendOptions[] = {"-async", "-displayof", "-", (char *) NULL};
+ static CONST char *sendOptions[] = {"-async", "-displayof", "-", (char *) NULL};
char *stringRep, *destName;
int async = 0;
int i, index, firstArg;