summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-11 10:39:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-11 10:39:54 (GMT)
commit6f43610172ef499ef09197cc5e0adf3582360a5c (patch)
tree765f362a28b1996875676e9dea0d596ada815857 /macosx
parentee87f2694be353b83f0306ab4bc03225b61b7caf (diff)
downloadtk-6f43610172ef499ef09197cc5e0adf3582360a5c.zip
tk-6f43610172ef499ef09197cc5e0adf3582360a5c.tar.gz
tk-6f43610172ef499ef09197cc5e0adf3582360a5c.tar.bz2
Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356aa0eec57fa7a]
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXEmbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXEmbed.c b/macosx/tkMacOSXEmbed.c
index 99f7584..5ea7603 100644
--- a/macosx/tkMacOSXEmbed.c
+++ b/macosx/tkMacOSXEmbed.c
@@ -193,7 +193,7 @@ TkpMakeWindow(
int
TkpScanWindowId(
Tcl_Interp *interp,
- CONST char * string,
+ const char * string,
Window *idPtr)
{
int code;