diff options
author | das <das> | 2002-01-27 11:10:47 (GMT) |
---|---|---|
committer | das <das> | 2002-01-27 11:10:47 (GMT) |
commit | fe24d04c6483292efc629c4542d61f514fb33ba4 (patch) | |
tree | a2017775ea4c396115dd40b75be07b516138e2a0 /mac/tkMacMenus.c | |
parent | e7c600c1dfbc54021b852e337e06b83daee83b81 (diff) | |
download | tk-fe24d04c6483292efc629c4542d61f514fb33ba4.zip tk-fe24d04c6483292efc629c4542d61f514fb33ba4.tar.gz tk-fe24d04c6483292efc629c4542d61f514fb33ba4.tar.bz2 |
* generic/tkFileFilter.c:
* mac/tkMacInit.c:
* mac/tkMacKeyboard.c:
* mac/tkMacMenus.c: TIP 27 CONSTification induced changes
Diffstat (limited to 'mac/tkMacMenus.c')
-rw-r--r-- | mac/tkMacMenus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacMenus.c b/mac/tkMacMenus.c index ca17f1d..8114daf 100644 --- a/mac/tkMacMenus.c +++ b/mac/tkMacMenus.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacMenus.c,v 1.7 2001/11/23 02:06:11 das Exp $ + * RCS: @(#) $Id: tkMacMenus.c,v 1.8 2002/01/27 11:11:02 das Exp $ */ #include "tcl.h" @@ -330,7 +330,7 @@ static void SourceDialog() { int result; - char *path; + CONST char *path; char openCmd[] = "tk_getOpenFile -filetypes {\ {{TCL Scripts} {.tcl} TEXT} {{Text Files} {} TEXT}}"; |