summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-07 22:00:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-07 22:00:15 (GMT)
commit8acb512c92c1b619073eac7d604ab9791ef0e713 (patch)
tree3e9691c13e240731e5cf78e7e27ff536d68a4bab /macosx/tkMacOSXTest.c
parent90b1090817bbf37d8787cc9ed77f2a4ca7460bb7 (diff)
parent2d8d71bb9e77b74a29295db7280e8383c4ac4df0 (diff)
downloadtk-8acb512c92c1b619073eac7d604ab9791ef0e713.zip
tk-8acb512c92c1b619073eac7d604ab9791ef0e713.tar.gz
tk-8acb512c92c1b619073eac7d604ab9791ef0e713.tar.bz2
Merge trunk
Diffstat (limited to 'macosx/tkMacOSXTest.c')
-rw-r--r--macosx/tkMacOSXTest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXTest.c b/macosx/tkMacOSXTest.c
index eabc14e..f109b7a 100644
--- a/macosx/tkMacOSXTest.c
+++ b/macosx/tkMacOSXTest.c
@@ -50,8 +50,7 @@ TkplatformtestInit(
*/
#if MAC_OS_X_VERSION_MAX_ALLOWED < 1080
- Tcl_CreateObjCommand(interp, "debugger", DebuggerObjCmd,
- (ClientData) 0, (Tcl_CmdDeleteProc *) NULL);
+ Tcl_CreateObjCommand(interp, "debugger", DebuggerObjCmd, NULL, NULL);
#endif
return TCL_OK;